#DDDC83

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

Shades of Primrose #DDDC83

Tints of Primrose #DDDC83

Color information

#DDDC83 (or 0xDDDC83) is unknown color: approx Primrose. HEX triplet: DD, DC and 83. RGB value is (221,220,131). Sum of RGB (Red+Green+Blue) = 221+220+131=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 220 (86.33% from 255 or 38.46% from 572); Blue value is 131 (51.56% from 255 or 22.90% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDC83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDC83 is #22237C. Grayscale: #D2D2D2. Windows color (decimal): -2237309 or 8641757. OLE color: 8641757.

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

Color convert

RGB221220131-
CMYK00.000.410.13
HSL59.33º56.96%69.02%-
HSV(B)59.33º40.72%86.67%-
XYZ59.5168.231.5-
YUV210.1583.33135.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.64%
GREEN value IS 220 (86.33% from 255) = 38.46%
BLUE value IS 131 (51.56% from 255) = 22.90%
R=38.64%
G=38.46%
B=22.90%

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
Decimal22122013100.000.410.1359.3356.9669.02
HexDDDC830029D3b3945
Octal3353342030051157371105
Binary1101110111011100100000110010100111011110111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDC83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDC83; }

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

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

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

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

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

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

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

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