#DAD99A

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

Shades of Primrose #DAD99A

Tints of Primrose #DAD99A

Color information

#DAD99A (or 0xDAD99A) is unknown color: approx Primrose. HEX triplet: DA, D9 and 9A. RGB value is (218,217,154). Sum of RGB (Red+Green+Blue) = 218+217+154=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 217 (85.16% from 255 or 36.84% from 589); Blue value is 154 (60.55% from 255 or 26.15% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD99A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD99A is #252665. Grayscale: #D2D2D2. Windows color (decimal): -2434662 or 10148314. OLE color: 10148314.

HSL color Cylindrical-coordinate representation of color #DAD99A: hue angle of 59.06º 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 #DAD99A is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.15.

Color convert

RGB218217154-
CMYK00.000.290.15
HSL59.06º46.38%72.94%-
HSV(B)59.06º29.36%85.49%-
XYZ59.5666.8640.34-
YUV210.1296.33133.62-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 37.01%
GREEN value IS 217 (85.16% from 255) = 36.84%
BLUE value IS 154 (60.55% from 255) = 26.15%
R=37.01%
G=36.84%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.29
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821715400.000.290.1559.0646.3872.94
HexDAD99A001DF3b2e49
Octal3323312320035177356111
Binary110110101101100110011010001110111111110111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD99A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD99A; }

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

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

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

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

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

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

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

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