#DDDC97

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

Shades of Primrose #DDDC97

Tints of Primrose #DDDC97

Color information

#DDDC97 (or 0xDDDC97) is unknown color: approx Primrose. HEX triplet: DD, DC and 97. RGB value is (221,220,151). Sum of RGB (Red+Green+Blue) = 221+220+151=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 220 (86.33% from 255 or 37.16% from 592); Blue value is 151 (59.38% from 255 or 25.51% from 592); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC97 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC97 is #222368. Grayscale: #D4D4D4. Windows color (decimal): -2237289 or 9952477. OLE color: 9952477.

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

Color convert

RGB221220151-
CMYK00.000.320.13
HSL59.14º50.72%72.94%-
HSV(B)59.14º31.67%86.67%-
XYZ6168.7939.34-
YUV212.4393.33134.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 220 (86.33% from 255) = 37.16%
BLUE value IS 151 (59.38% from 255) = 25.51%
R=37.33%
G=37.16%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122015100.000.320.1359.1450.7272.94
HexDDDC970020D3b3349
Octal3353342270040157363111
Binary1101110111011100100101110010000011011110111100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC97; }

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

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

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

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

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

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

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

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