#DDDD96

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

Shades of Primrose #DDDD96

Tints of Primrose #DDDD96

Color information

#DDDD96 (or 0xDDDD96) is unknown color: approx Primrose. HEX triplet: DD, DD and 96. RGB value is (221,221,150). Sum of RGB (Red+Green+Blue) = 221+221+150=592 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.33% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 150 (58.98% from 255 or 25.34% from 592); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD96 is #222269. Grayscale: #D5D5D5. Windows color (decimal): -2237034 or 9887197. OLE color: 9887197.

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

Color convert

RGB221221150-
CMYK000.320.13
HSL60º51.08%72.75%-
HSV(B)60º32.13%86.67%-
XYZ61.1869.2939-
YUV212.9192.5133.77-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.33%
GREEN value IS 221 (86.72% from 255) = 37.33%
BLUE value IS 150 (58.98% from 255) = 25.34%
R=37.33%
G=37.33%
B=25.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221150000.320.136051.0872.75
HexDDDD960020D3c3349
Octal3353352260040157463111
Binary1101110111011101100101100010000011011111001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDD96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDD96; }

 p { color: rgb(221,221,150); }

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

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

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

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

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

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

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