#DAD89A

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

Shades of Primrose #DAD89A

Tints of Primrose #DAD89A

Color information

#DAD89A (or 0xDAD89A) is unknown color: approx Primrose. HEX triplet: DA, D8 and 9A. RGB value is (218,216,154). Sum of RGB (Red+Green+Blue) = 218+216+154=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 216 (84.77% from 255 or 36.73% from 588); Blue value is 154 (60.55% from 255 or 26.19% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD89A is #252765. Grayscale: #D1D1D1. Windows color (decimal): -2434918 or 10148058. OLE color: 10148058.

HSL color Cylindrical-coordinate representation of color #DAD89A: hue angle of 58.12º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DAD89A is Cyan = 0, Magento = 0.01, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB218216154-
CMYK00.010.290.15
HSL58.12º46.38%72.94%-
HSV(B)58.12º29.36%85.49%-
XYZ59.366.3540.25-
YUV209.5396.66134.04-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.07%
GREEN value IS 216 (84.77% from 255) = 36.73%
BLUE value IS 154 (60.55% from 255) = 26.19%
R=37.07%
G=36.73%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821615400.010.290.1558.1246.3872.94
HexDAD89A011DF3a2e49
Octal3323302320135177256111
Binary110110101101100010011010011110111111110101011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD89A; }

 p { color: rgb(218,216,154); }

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

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

 a { background-color: rgb(218,216,154); }

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

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

 span { border-color: rgb(218,216,154); }

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