#DADD99

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

Shades of Primrose #DADD99

Tints of Primrose #DADD99

Color information

#DADD99 (or 0xDADD99) is unknown color: approx Primrose. HEX triplet: DA, DD and 99. RGB value is (218,221,153). Sum of RGB (Red+Green+Blue) = 218+221+153=592 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.82% from 592); Green value is 221 (86.72% from 255 or 37.33% from 592); Blue value is 153 (60.16% from 255 or 25.84% from 592); Max value from RGB is 221 - color contains mainly: green. Hex color #DADD99 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DADD99 is #252266. Grayscale: #D4D4D4. Windows color (decimal): -2433639 or 10083802. OLE color: 10083802.

HSL color Cylindrical-coordinate representation of color #DADD99: hue angle of 62.65º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DADD99 is Cyan = 0.01, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB218221153-
CMYK0.0100.310.13
HSL62.65º50%73.33%-
HSV(B)62.65º30.77%86.67%-
XYZ60.5268.9240.25-
YUV212.3594.51132.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 36.82%
GREEN value IS 221 (86.72% from 255) = 37.33%
BLUE value IS 153 (60.16% from 255) = 25.84%
R=36.82%
G=37.33%
B=25.84%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182211530.0100.310.1362.655073.33
HexDADD99101FD3f3249
Octal3323352311037157762111
Binary110110101101110110011001101111111011111111100101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADD99; }

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

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

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

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

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

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

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

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