#FFD284

Color #FFD284 Salomie (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salomie #FFD284

Tints of Salomie #FFD284

Color information

#FFD284 (or 0xFFD284) is unknown color: approx Salomie. HEX triplet: FF, D2 and 84. RGB value is (255,210,132). Sum of RGB (Red+Green+Blue) = 255+210+132=597 (79% of max value = 765). Red value is 255 (100% from 255 or 42.71% from 597); Green value is 210 (82.42% from 255 or 35.18% from 597); Blue value is 132 (51.95% from 255 or 22.11% from 597); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD284 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFD284 is #002D7B. Grayscale: #D6D6D6. Windows color (decimal): -11644 or 8704767. OLE color: 8704767.

HSL color Cylindrical-coordinate representation of color #FFD284: hue angle of 38.05º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #FFD284 is Cyan = 0, Magento = 0.18, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB255210132-
CMYK00.180.480
HSL38.05º100%75.88%-
HSV(B)38.05º48.24%100%-
XYZ68.4569.0231.54-
YUV214.5681.41156.84-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 255 (100% from 255) = 42.71%
GREEN value IS 210 (82.42% from 255) = 35.18%
BLUE value IS 132 (51.95% from 255) = 22.11%
R=42.71%
G=35.18%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25521013200.180.48038.0510075.88
HexFFD28401230026644c
Octal37732220402260046144114
Binary111111111101001010000100010010110000010011011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFD284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFD284; }

 p { color: rgb(255,210,132); }

 H1.HeaderClassName
 {
   color: #FFD284;
 }
 .AnyTagClassName
 {
   color: #FFD284;
 }
</style>
background-color css

<style>
 a { background-color: #FFD284; }

 a { background-color: rgb(255,210,132); }

 div.DivClassName
 {
   background-color: #FFD284;
 }
 .BgClassName
 {
   background-color: #FFD284;
 }
</style>
border-color css

<style>
 span { border-color: #FFD284; }

 span { border-color: rgb(255,210,132); }

 td.TdClassName
 {
   border-color: #FFD284;
 }
 .TagClassName
 {
   border-color: #FFD284;
 }
</style>