#DDDB83

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

Shades of Primrose #DDDB83

Tints of Primrose #DDDB83

Color information

#DDDB83 (or 0xDDDB83) is unknown color: approx Primrose. HEX triplet: DD, DB and 83. RGB value is (221,219,131). Sum of RGB (Red+Green+Blue) = 221+219+131=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 219 (85.94% from 255 or 38.35% from 571); Blue value is 131 (51.56% from 255 or 22.94% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDB83 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDB83 is #22247C. Grayscale: #D1D1D1. Windows color (decimal): -2237565 or 8641501. OLE color: 8641501.

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

Color convert

RGB221219131-
CMYK00.010.410.13
HSL58.67º56.96%69.02%-
HSV(B)58.67º40.72%86.67%-
XYZ59.2567.6731.41-
YUV209.5783.66136.16-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 219 (85.94% from 255) = 38.35%
BLUE value IS 131 (51.56% from 255) = 22.94%
R=38.70%
G=38.35%
B=22.94%

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
Decimal22121913100.010.410.1358.6756.9669.02
HexDDDB830129D3b3945
Octal3353332030151157371105
Binary1101110111011011100000110110100111011110111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDB83; }

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

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

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

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

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

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

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

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