Html Css Color HEX #DAD491 Primrose

📋 copy color: '#DAD491'

red 218 ◦ green 212 ◦ blue 145

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

Shades of Primrose #DAD491

Tints of Primrose #DAD491

RGB

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

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

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

R = 37.91%
G = 36.87%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.33

 K value IS 0.15

RGB Variations

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

Color information

#DAD491 (or 0xDAD491) is known color: Primrose. HEX triplet: DA, D4 and 91. RGB value is (218,212,145). Sum of RGB (Red+Green+Blue) = 218+212+145=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 212 (83.20% from 255 or 36.87% from 575); Blue value is 145 (57.03% from 255 or 25.22% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD491 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD491 is #252B6E. Grayscale: #CECECE. Windows color (decimal): -2435951 or 9557210. OLE color: 9557210.

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

Color convert

RGB 218 212 145 -
CMYK 0 0.03 0.33 0.15
HSL 55.07º 0.5% 0.71% -
HSV(B) 55.07º 0.33% 0.85% -
XYZ 57.57 64.04 36.11 -
YUV 206.16 93.49 136.45 -
System Red Green Blue C M Y K H S L
Decimal 218 212 145 0 0.03 0.33 0.15 55.07 0.5 0.71
Hex DA D4 91 0 3 21 F 37 32 47
Octal 332 324 221 0 3 41 17 67 62 107
Binary 11011010 11010100 10010001 0 11 100001 1111 110111 110010 1000111

Color Harmonies of #DAD491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD491

Black with #DAD491

Text Example


Text Example

White with #DAD491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD491; }

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

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

background-color css

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

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

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

border-color css

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

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

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