#DFDC92

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

Shades of Primrose #DFDC92

Tints of Primrose #DFDC92

Color information

#DFDC92 (or 0xDFDC92) is unknown color: approx Primrose. HEX triplet: DF, DC and 92. RGB value is (223,220,146). Sum of RGB (Red+Green+Blue) = 223+220+146=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 220 (86.33% from 255 or 37.35% from 589); Blue value is 146 (57.42% from 255 or 24.79% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC92 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC92 is #20236D. Grayscale: #D4D4D4. Windows color (decimal): -2106222 or 9624799. OLE color: 9624799.

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

Color convert

RGB223220146-
CMYK00.010.350.13
HSL57.66º54.61%72.35%-
HSV(B)57.66º34.53%87.45%-
XYZ61.2168.9537.28-
YUV212.4690.49135.52-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.86%
GREEN value IS 220 (86.33% from 255) = 37.35%
BLUE value IS 146 (57.42% from 255) = 24.79%
R=37.86%
G=37.35%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322014600.010.350.1357.6654.6172.35
HexDFDC920123D3a3748
Octal3373342220143157267110
Binary1101111111011100100100100110001111011110101101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC92; }

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

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

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

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

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

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

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

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