#DDDC82

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

Shades of Primrose #DDDC82

Tints of Primrose #DDDC82

Color information

#DDDC82 (or 0xDDDC82) is unknown color: approx Primrose. HEX triplet: DD, DC and 82. RGB value is (221,220,130). Sum of RGB (Red+Green+Blue) = 221+220+130=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 220 (86.33% from 255 or 38.53% from 571); Blue value is 130 (51.17% from 255 or 22.77% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC82 is #22237D. Grayscale: #D2D2D2. Windows color (decimal): -2237310 or 8576221. OLE color: 8576221.

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

Color convert

RGB221220130-
CMYK00.000.410.13
HSL59.34º57.23%68.82%-
HSV(B)59.34º41.18%86.67%-
XYZ59.4468.1731.14-
YUV210.0482.83135.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 220 (86.33% from 255) = 38.53%
BLUE value IS 130 (51.17% from 255) = 22.77%
R=38.70%
G=38.53%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122013000.000.410.1359.3457.2368.82
HexDDDC820029D3b3945
Octal3353342020051157371105
Binary1101110111011100100000100010100111011110111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC82; }

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

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

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

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

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

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

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

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