#DDDB82

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

Shades of Primrose #DDDB82

Tints of Primrose #DDDB82

Color information

#DDDB82 (or 0xDDDB82) is unknown color: approx Primrose. HEX triplet: DD, DB and 82. RGB value is (221,219,130). Sum of RGB (Red+Green+Blue) = 221+219+130=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 219 (85.94% from 255 or 38.42% from 570); Blue value is 130 (51.17% from 255 or 22.81% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB82 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB82 is #22247D. Grayscale: #D1D1D1. Windows color (decimal): -2237566 or 8575965. OLE color: 8575965.

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

Color convert

RGB221219130-
CMYK00.010.410.13
HSL58.68º57.23%68.82%-
HSV(B)58.68º41.18%86.67%-
XYZ59.1867.6531.06-
YUV209.4583.16136.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 219 (85.94% from 255) = 38.42%
BLUE value IS 130 (51.17% from 255) = 22.81%
R=38.77%
G=38.42%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121913000.010.410.1358.6857.2368.82
HexDDDB820129D3b3945
Octal3353332020151157371105
Binary1101110111011011100000100110100111011110111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDB82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDB82; }

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

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

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

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

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

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

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

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