#DDDB88

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

Shades of Primrose #DDDB88

Tints of Primrose #DDDB88

Color information

#DDDB88 (or 0xDDDB88) is unknown color: approx Primrose. HEX triplet: DD, DB and 88. RGB value is (221,219,136). Sum of RGB (Red+Green+Blue) = 221+219+136=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 219 (85.94% from 255 or 38.02% from 576); Blue value is 136 (53.52% from 255 or 23.61% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB88 is #222477. Grayscale: #D2D2D2. Windows color (decimal): -2237560 or 8969181. OLE color: 8969181.

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

Color convert

RGB221219136-
CMYK00.010.380.13
HSL58.59º55.56%70%-
HSV(B)58.59º38.46%86.67%-
XYZ59.5967.8133.24-
YUV210.1486.16135.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 219 (85.94% from 255) = 38.02%
BLUE value IS 136 (53.52% from 255) = 23.61%
R=38.37%
G=38.02%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121913600.010.380.1358.5955.5670
HexDDDB880126D3b3846
Octal3353332100146157370106
Binary1101110111011011100010000110011011011110111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDB88; }

 p { color: rgb(221,219,136); }

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

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

 a { background-color: rgb(221,219,136); }

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

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

 span { border-color: rgb(221,219,136); }

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