Html Css Color HEX #DAD997 Primrose

📋 copy color: '#DAD997'

red 218 ◦ green 217 ◦ blue 151

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

Shades of Primrose #DAD997

Tints of Primrose #DAD997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 25.77%

R = 37.2%
G = 37.03%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAD997 (or 0xDAD997) is known color: Primrose. HEX triplet: DA, D9 and 97. RGB value is (218,217,151). Sum of RGB (Red+Green+Blue) = 218+217+151=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 217 (85.16% from 255 or 37.03% from 586); Blue value is 151 (59.38% from 255 or 25.77% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAD997 is #252668. Grayscale: #D2D2D2. Windows color (decimal): -2434665 or 9951706. OLE color: 9951706.

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

Color convert

RGB 218 217 151 -
CMYK 0 0.00 0.31 0.15
HSL 59.1º 0.48% 0.72% -
HSV(B) 59.1º 0.31% 0.85% -
XYZ 59.31 66.77 39.04 -
YUV 209.78 94.83 133.87 -
System Red Green Blue C M Y K H S L
Decimal 218 217 151 0 0.00 0.31 0.15 59.1 0.48 0.72
Hex DA D9 97 0 0 1F F 3B 30 48
Octal 332 331 227 0 0 37 17 73 60 110
Binary 11011010 11011001 10010111 0 0 11111 1111 111011 110000 1001000

Color Harmonies of #DAD997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD997

Black with #DAD997

Text Example


Text Example

White with #DAD997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD997; }

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

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

background-color css

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

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

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

border-color css

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

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

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