#DFDC93

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

Shades of Primrose #DFDC93

Tints of Primrose #DFDC93

Color information

#DFDC93 (or 0xDFDC93) is unknown color: approx Primrose. HEX triplet: DF, DC and 93. RGB value is (223,220,147). Sum of RGB (Red+Green+Blue) = 223+220+147=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 220 (86.33% from 255 or 37.29% from 590); Blue value is 147 (57.81% from 255 or 24.92% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDC93 is #20236C. Grayscale: #D4D4D4. Windows color (decimal): -2106221 or 9690335. OLE color: 9690335.

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

Color convert

RGB223220147-
CMYK00.010.340.13
HSL57.63º54.29%72.55%-
HSV(B)57.63º34.08%87.45%-
XYZ61.2968.9837.69-
YUV212.5890.99135.44-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.80%
GREEN value IS 220 (86.33% from 255) = 37.29%
BLUE value IS 147 (57.81% from 255) = 24.92%
R=37.80%
G=37.29%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22322014700.010.340.1357.6354.2972.55
HexDFDC930122D3a3649
Octal3373342230142157266111
Binary1101111111011100100100110110001011011110101101101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDC93; }

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

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

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

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

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

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

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

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