Html Css Color HEX #DAD490 Primrose

📋 copy color: '#DAD490'

red 218 ◦ green 212 ◦ blue 144

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

Shades of Primrose #DAD490

Tints of Primrose #DAD490

RGB

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

 GREEN value IS 212 (83.2% from 255) = 36.93%

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

R = 37.98%
G = 36.93%
B = 25.09%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.34

 K value IS 0.15

RGB Variations

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

Color information

#DAD490 (or 0xDAD490) is known color: Primrose. HEX triplet: DA, D4 and 90. RGB value is (218,212,144). Sum of RGB (Red+Green+Blue) = 218+212+144=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 212 (83.20% from 255 or 36.93% from 574); Blue value is 144 (56.64% from 255 or 25.09% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD490 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD490 is #252B6F. Grayscale: #CECECE. Windows color (decimal): -2435952 or 9491674. OLE color: 9491674.

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

Color convert

RGB 218 212 144 -
CMYK 0 0.03 0.34 0.15
HSL 55.14º 0.5% 0.71% -
HSV(B) 55.14º 0.34% 0.85% -
XYZ 57.49 64.01 35.71 -
YUV 206.04 92.99 136.53 -
System Red Green Blue C M Y K H S L
Decimal 218 212 144 0 0.03 0.34 0.15 55.14 0.5 0.71
Hex DA D4 90 0 3 22 F 37 32 47
Octal 332 324 220 0 3 42 17 67 62 107
Binary 11011010 11010100 10010000 0 11 100010 1111 110111 110010 1000111

Color Harmonies of #DAD490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD490

Black with #DAD490

Text Example


Text Example

White with #DAD490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD490; }

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

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

background-color css

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

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

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

border-color css

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

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

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