#DDDB93

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

Shades of Primrose #DDDB93

Tints of Primrose #DDDB93

Color information

#DDDB93 (or 0xDDDB93) is unknown color: approx Primrose. HEX triplet: DD, DB and 93. RGB value is (221,219,147). Sum of RGB (Red+Green+Blue) = 221+219+147=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 219 (85.94% from 255 or 37.31% from 587); Blue value is 147 (57.81% from 255 or 25.04% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB93 is #22246C. Grayscale: #D3D3D3. Windows color (decimal): -2237549 or 9690077. OLE color: 9690077.

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

Color convert

RGB221219147-
CMYK00.010.330.13
HSL58.38º52.11%72.16%-
HSV(B)58.38º33.48%86.67%-
XYZ60.4268.1437.57-
YUV211.3991.66134.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.65%
GREEN value IS 219 (85.94% from 255) = 37.31%
BLUE value IS 147 (57.81% from 255) = 25.04%
R=37.65%
G=37.31%
B=25.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121914700.010.330.1358.3852.1172.16
HexDDDB930121D3a3448
Octal3353332230141157264110
Binary1101110111011011100100110110000111011110101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDB93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDB93; }

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

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

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

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

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

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

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

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