Html Css Color HEX #DAD991 Primrose

📋 copy color: '#DAD991'

red 218 ◦ green 217 ◦ blue 145

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

Shades of Primrose #DAD991

Tints of Primrose #DAD991

RGB

 RED value IS 218 (85.55% from 255) = 37.59%

 GREEN value IS 217 (85.16% from 255) = 37.41%

 BLUE value IS 145 (57.03% from 255) = 25%

R = 37.59%
G = 37.41%
B = 25%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAD991 (or 0xDAD991) is known color: Primrose. HEX triplet: DA, D9 and 91. RGB value is (218,217,145). Sum of RGB (Red+Green+Blue) = 218+217+145=580 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.59% from 580); Green value is 217 (85.16% from 255 or 37.41% from 580); Blue value is 145 (57.03% from 255 or 25% from 580); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD991 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD991 is #25266E. Grayscale: #D1D1D1. Windows color (decimal): -2434671 or 9558490. OLE color: 9558490.

HSL color Cylindrical-coordinate representation of color #DAD991: hue angle of 59.18º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DAD991 is Cyan = 0, Magento = 0.00, Yellow = 0.33 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 217 145 -
CMYK 0 0.00 0.33 0.15
HSL 59.18º 0.5% 0.71% -
HSV(B) 59.18º 0.33% 0.85% -
XYZ 58.84 66.58 36.54 -
YUV 209.09 91.83 134.35 -
System Red Green Blue C M Y K H S L
Decimal 218 217 145 0 0.00 0.33 0.15 59.18 0.5 0.71
Hex DA D9 91 0 0 21 F 3B 32 47
Octal 332 331 221 0 0 41 17 73 62 107
Binary 11011010 11011001 10010001 0 0 100001 1111 111011 110010 1000111

Color Harmonies of #DAD991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD991

Black with #DAD991

Text Example


Text Example

White with #DAD991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD991; }

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

 H1.HeaderClassName
 {
   color: #DAD991;
 }
 .AnyTagClassName
 {
   color: #DAD991;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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