#DDDA84

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

Shades of Primrose #DDDA84

Tints of Primrose #DDDA84

Color information

#DDDA84 (or 0xDDDA84) is unknown color: approx Primrose. HEX triplet: DD, DA and 84. RGB value is (221,218,132). Sum of RGB (Red+Green+Blue) = 221+218+132=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 218 (85.55% from 255 or 38.18% from 571); Blue value is 132 (51.95% from 255 or 23.12% from 571); Max value from RGB is 221 - color contains mainly: red. Hex color #DDDA84 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDDA84 is #22257B. Grayscale: #D1D1D1. Windows color (decimal): -2237820 or 8706781. OLE color: 8706781.

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

Color convert

RGB221218132-
CMYK00.010.400.13
HSL57.98º56.69%69.22%-
HSV(B)57.98º40.27%86.67%-
XYZ59.0667.1831.68-
YUV209.0984.49136.49-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 218 (85.55% from 255) = 38.18%
BLUE value IS 132 (51.95% from 255) = 23.12%
R=38.70%
G=38.18%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22121813200.010.400.1357.9856.6969.22
HexDDDA840128D3a3945
Octal3353322040150157271105
Binary1101110111011010100001000110100011011110101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDDA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDDA84; }

 p { color: rgb(221,218,132); }

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

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

 a { background-color: rgb(221,218,132); }

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

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

 span { border-color: rgb(221,218,132); }

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