#DDDC81

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

Shades of Primrose #DDDC81

Tints of Primrose #DDDC81

Color information

#DDDC81 (or 0xDDDC81) is unknown color: approx Primrose. HEX triplet: DD, DC and 81. RGB value is (221,220,129). Sum of RGB (Red+Green+Blue) = 221+220+129=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 220 (86.33% from 255 or 38.60% from 570); Blue value is 129 (50.78% from 255 or 22.63% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC81 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC81 is #22237E. Grayscale: #D2D2D2. Windows color (decimal): -2237311 or 8510685. OLE color: 8510685.

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

Color convert

RGB221220129-
CMYK00.000.420.13
HSL59.35º57.5%68.63%-
HSV(B)59.35º41.63%86.67%-
XYZ59.3768.1430.79-
YUV209.9282.33135.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 220 (86.33% from 255) = 38.60%
BLUE value IS 129 (50.78% from 255) = 22.63%
R=38.77%
G=38.60%
B=22.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22122012900.000.420.1359.3557.568.63
HexDDDC81002AD3b3a45
Octal3353342010052157372105
Binary1101110111011100100000010010101011011110111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC81; }

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

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

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

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

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

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

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

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