Html Css Color HEX #DAD99A Primrose

📋 copy color: '#DAD99A'

red 218 ◦ green 217 ◦ blue 154

#DAD99A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Primrose #DAD99A

Tints of Primrose #DAD99A

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 value IS 0

 M value IS 0.00

 Y value IS 0.29

 K value IS 0.15

RGB Variations

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

Color information

#DAD99A (or 0xDAD99A) is known color: 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

RGB 218 217 154 -
CMYK 0 0.00 0.29 0.15
HSL 59.06º 0.46% 0.73% -
HSV(B) 59.06º 0.29% 0.85% -
XYZ 59.56 66.86 40.34 -
YUV 210.12 96.33 133.62 -
System Red Green Blue C M Y K H S L
Decimal 218 217 154 0 0.00 0.29 0.15 59.06 0.46 0.73
Hex DA D9 9A 0 0 1D F 3B 2E 49
Octal 332 331 232 0 0 35 17 73 56 111
Binary 11011010 11011001 10011010 0 0 11101 1111 111011 101110 1001001

Color Harmonies of #DAD99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD99A

Black with #DAD99A

Text Example


Text Example

White with #DAD99A

Text Example


Text Example

HTML Codes & Css Web 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>