Html Css Color HEX #DAB997 Pancho

📋 copy color: '#DAB997'

red 218 ◦ green 185 ◦ blue 151

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

Shades of Pancho #DAB997

Tints of Pancho #DAB997

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.39%

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

R = 39.35%
G = 33.39%
B = 27.26%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAB997 (or 0xDAB997) is known color: Pancho. HEX triplet: DA, B9 and 97. RGB value is (218,185,151). Sum of RGB (Red+Green+Blue) = 218+185+151=554 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.35% from 554); Green value is 185 (72.66% from 255 or 33.39% from 554); Blue value is 151 (59.38% from 255 or 27.26% from 554); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB997 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB997 is #254668. Grayscale: #BFBFBF. Windows color (decimal): -2442857 or 9943514. OLE color: 9943514.

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

Color convert

RGB 218 185 151 -
CMYK 0 0.15 0.31 0.15
HSL 30.45º 0.48% 0.72% -
HSV(B) 30.45º 0.31% 0.85% -
XYZ 51.85 51.84 36.55 -
YUV 190.99 105.43 147.26 -
System Red Green Blue C M Y K H S L
Decimal 218 185 151 0 0.15 0.31 0.15 30.45 0.48 0.72
Hex DA B9 97 0 F 1F F 1E 30 48
Octal 332 271 227 0 17 37 17 36 60 110
Binary 11011010 10111001 10010111 0 1111 11111 1111 11110 110000 1001000

Color Harmonies of #DAB997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB997

Black with #DAB997

Text Example


Text Example

White with #DAB997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB997; }

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

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

background-color css

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

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

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

border-color css

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

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

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