Html Css Color HEX #DAD990 Primrose

📋 copy color: '#DAD990'

red 218 ◦ green 217 ◦ blue 144

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

Shades of Primrose #DAD990

Tints of Primrose #DAD990

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 24.87%

R = 37.65%
G = 37.48%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAD990 (or 0xDAD990) is known color: Primrose. HEX triplet: DA, D9 and 90. RGB value is (218,217,144). Sum of RGB (Red+Green+Blue) = 218+217+144=579 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.65% from 579); Green value is 217 (85.16% from 255 or 37.48% from 579); Blue value is 144 (56.64% from 255 or 24.87% from 579); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD990 is #25266F. Grayscale: #D1D1D1. Windows color (decimal): -2434672 or 9492954. OLE color: 9492954.

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

Color convert

RGB 218 217 144 -
CMYK 0 0.00 0.34 0.15
HSL 59.19º 0.5% 0.71% -
HSV(B) 59.19º 0.34% 0.85% -
XYZ 58.76 66.54 36.13 -
YUV 208.98 91.33 134.44 -
System Red Green Blue C M Y K H S L
Decimal 218 217 144 0 0.00 0.34 0.15 59.19 0.5 0.71
Hex DA D9 90 0 0 22 F 3B 32 47
Octal 332 331 220 0 0 42 17 73 62 107
Binary 11011010 11011001 10010000 0 0 100010 1111 111011 110010 1000111

Color Harmonies of #DAD990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD990

Black with #DAD990

Text Example


Text Example

White with #DAD990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD990; }

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

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

background-color css

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

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

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

border-color css

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

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

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