#DDDC8C

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

Shades of Primrose #DDDC8C

Tints of Primrose #DDDC8C

Color information

#DDDC8C (or 0xDDDC8C) is unknown color: approx Primrose. HEX triplet: DD, DC and 8C. RGB value is (221,220,140). Sum of RGB (Red+Green+Blue) = 221+220+140=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 140 (55.08% from 255 or 24.10% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC8C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC8C is #222373. Grayscale: #D3D3D3. Windows color (decimal): -2237300 or 9231581. OLE color: 9231581.

HSL color Cylindrical-coordinate representation of color #DDDC8C: hue angle of 59.26º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DDDC8C is Cyan = 0, Magento = 0.00, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB221220140-
CMYK00.000.370.13
HSL59.26º54.36%70.78%-
HSV(B)59.26º36.65%86.67%-
XYZ60.1568.4534.85-
YUV211.1887.83135-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 220 (86.33% from 255) = 37.87%
BLUE value IS 140 (55.08% from 255) = 24.10%
R=38.04%
G=37.87%
B=24.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122014000.000.370.1359.2654.3670.78
HexDDDC8C0025D3b3647
Octal3353342140045157366107
Binary1101110111011100100011000010010111011110111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC8C; }

 p { color: rgb(221,220,140); }

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

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

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

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

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

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

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