#DEDC97

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

Shades of Primrose #DEDC97

Tints of Primrose #DEDC97

Color information

#DEDC97 (or 0xDEDC97) is unknown color: approx Primrose. HEX triplet: DE, DC and 97. RGB value is (222,220,151). Sum of RGB (Red+Green+Blue) = 222+220+151=593 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.44% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 151 (59.38% from 255 or 25.46% from 593); Max value from RGB is 222 - color contains mainly: red. Hex color #DEDC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DEDC97 is #212368. Grayscale: #D5D5D5. Windows color (decimal): -2171753 or 9952478. OLE color: 9952478.

HSL color Cylindrical-coordinate representation of color #DEDC97: hue angle of 58.31º degrees, saturation: 0.52, 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 #DEDC97 is Cyan = 0, Magento = 0.01, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB222220151-
CMYK00.010.320.13
HSL58.31º51.82%73.14%-
HSV(B)58.31º31.98%87.06%-
XYZ61.368.9539.36-
YUV212.7393.16134.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.44%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 151 (59.38% from 255) = 25.46%
R=37.44%
G=37.10%
B=25.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22222015100.010.320.1358.3151.8273.14
HexDEDC970120D3a3449
Octal3363342270140157264111
Binary1101111011011100100101110110000011011110101101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEDC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEDC97; }

 p { color: rgb(222,220,151); }

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

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

 a { background-color: rgb(222,220,151); }

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

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

 span { border-color: rgb(222,220,151); }

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