#DFDC80

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

Shades of Primrose #DFDC80

Tints of Primrose #DFDC80

Color information

#DFDC80 (or 0xDFDC80) is unknown color: approx Primrose. HEX triplet: DF, DC and 80. RGB value is (223,220,128). Sum of RGB (Red+Green+Blue) = 223+220+128=571 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.05% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 128 (50.39% from 255 or 22.42% from 571); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC80 is #20237F. Grayscale: #D2D2D2. Windows color (decimal): -2106240 or 8445151. OLE color: 8445151.

HSL color Cylindrical-coordinate representation of color #DFDC80: hue angle of 58.11º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFDC80 is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB223220128-
CMYK00.010.430.13
HSL58.11º59.75%68.82%-
HSV(B)58.11º42.6%87.45%-
XYZ59.9268.4330.47-
YUV210.4181.49136.98-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.05%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 128 (50.39% from 255) = 22.42%
R=39.05%
G=38.53%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322012800.010.430.1358.1159.7568.82
HexDFDC80012BD3a3c45
Octal3373342000153157274105
Binary1101111111011100100000000110101111011110101111001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC80; }

 p { color: rgb(223,220,128); }

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

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

 a { background-color: rgb(223,220,128); }

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

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

 span { border-color: rgb(223,220,128); }

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