#DFDA97

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

Shades of Primrose #DFDA97

Tints of Primrose #DFDA97

Color information

#DFDA97 (or 0xDFDA97) is unknown color: approx Primrose. HEX triplet: DF, DA and 97. RGB value is (223,218,151). Sum of RGB (Red+Green+Blue) = 223+218+151=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 151 (59.38% from 255 or 25.51% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DFDA97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFDA97 is #202568. Grayscale: #D4D4D4. Windows color (decimal): -2106729 or 9951967. OLE color: 9951967.

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

Color convert

RGB223218151-
CMYK00.020.320.13
HSL55.83º52.94%73.33%-
HSV(B)55.83º32.29%87.45%-
XYZ61.0968.0739.2-
YUV211.8693.66135.95-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 37.67%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 151 (59.38% from 255) = 25.51%
R=37.67%
G=36.82%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22321815100.020.320.1355.8352.9473.33
HexDFDA970220D383549
Octal3373322270240157065111
Binary11011111110110101001011101010000011011110001101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFDA97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFDA97; }

 p { color: rgb(223,218,151); }

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

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

 a { background-color: rgb(223,218,151); }

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

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

 span { border-color: rgb(223,218,151); }

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