#DDDC98

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

Shades of Primrose #DDDC98

Tints of Primrose #DDDC98

Color information

#DDDC98 (or 0xDDDC98) is unknown color: approx Primrose. HEX triplet: DD, DC and 98. RGB value is (221,220,152). Sum of RGB (Red+Green+Blue) = 221+220+152=593 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.27% from 593); Green value is 220 (86.33% from 255 or 37.10% from 593); Blue value is 152 (59.77% from 255 or 25.63% from 593); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC98 is #222367. Grayscale: #D4D4D4. Windows color (decimal): -2237288 or 10018013. OLE color: 10018013.

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

Color convert

RGB221220152-
CMYK00.000.310.13
HSL59.13º50.36%73.14%-
HSV(B)59.13º31.22%86.67%-
XYZ61.0868.8339.77-
YUV212.5593.83134.03-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.27%
GREEN value IS 220 (86.33% from 255) = 37.10%
BLUE value IS 152 (59.77% from 255) = 25.63%
R=37.27%
G=37.10%
B=25.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122015200.000.310.1359.1350.3673.14
HexDDDC98001FD3b3249
Octal3353342300037157362111
Binary110111011101110010011000001111111011110111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC98; }

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

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

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

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

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

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

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

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