#DDDD95

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

Shades of Primrose #DDDD95

Tints of Primrose #DDDD95

Color information

#DDDD95 (or 0xDDDD95) is unknown color: approx Primrose. HEX triplet: DD, DD and 95. RGB value is (221,221,149). Sum of RGB (Red+Green+Blue) = 221+221+149=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 149 (58.59% from 255 or 25.21% from 591); Max value from RGB is 221 - color contains mainly: red, green. Hex color #DDDD95 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDD95 is #22226A. Grayscale: #D5D5D5. Windows color (decimal): -2237035 or 9821661. OLE color: 9821661.

HSL color Cylindrical-coordinate representation of color #DDDD95: 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.33%. Process color model (Four color, CMYK) of #DDDD95 is Cyan = 0, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB221221149-
CMYK000.330.13
HSL60º51.43%72.55%-
HSV(B)60º32.58%86.67%-
XYZ61.169.2538.58-
YUV212.7992133.85-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.39%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 149 (58.59% from 255) = 25.21%
R=37.39%
G=37.39%
B=25.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221221149000.330.136051.4372.55
HexDDDD950021D3c3349
Octal3353352250041157463111
Binary1101110111011101100101010010000111011111001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDD95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDD95; }

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

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

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

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

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

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

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

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