#DDDB9A

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

Shades of Primrose #DDDB9A

Tints of Primrose #DDDB9A

Color information

#DDDB9A (or 0xDDDB9A) is unknown color: approx Primrose. HEX triplet: DD, DB and 9A. RGB value is (221,219,154). Sum of RGB (Red+Green+Blue) = 221+219+154=594 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.21% from 594); Green value is 219 (85.94% from 255 or 36.87% from 594); Blue value is 154 (60.55% from 255 or 25.93% from 594); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB9A is #222465. Grayscale: #D4D4D4. Windows color (decimal): -2237542 or 10148829. OLE color: 10148829.

HSL color Cylindrical-coordinate representation of color #DDDB9A: hue angle of 58.21º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDDB9A is Cyan = 0, Magento = 0.01, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB221219154-
CMYK00.010.300.13
HSL58.21º49.63%73.53%-
HSV(B)58.21º30.32%86.67%-
XYZ60.9868.3740.55-
YUV212.1995.16134.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.21%
GREEN value IS 219 (85.94% from 255) = 36.87%
BLUE value IS 154 (60.55% from 255) = 25.93%
R=37.21%
G=36.87%
B=25.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121915400.010.300.1358.2149.6373.53
HexDDDB9A011ED3a324a
Octal3353332320136157262112
Binary110111011101101110011010011111011011110101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDB9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDB9A; }

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

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

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

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

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

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

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

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