Html Css Color HEX #DAB597 Pancho

📋 copy color: '#DAB597'

red 218 ◦ green 181 ◦ blue 151

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

Shades of Pancho #DAB597

Tints of Pancho #DAB597

RGB

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

 GREEN value IS 181 (71.09% from 255) = 32.91%

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

R = 39.64%
G = 32.91%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.15

RGB Variations

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

Color information

#DAB597 (or 0xDAB597) is known color: Pancho. HEX triplet: DA, B5 and 97. RGB value is (218,181,151). Sum of RGB (Red+Green+Blue) = 218+181+151=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 181 (71.09% from 255 or 32.91% from 550); Blue value is 151 (59.38% from 255 or 27.45% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB597 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB597 is #254A68. Grayscale: #BCBCBC. Windows color (decimal): -2443881 or 9942490. OLE color: 9942490.

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

Color convert

RGB 218 181 151 -
CMYK 0 0.17 0.31 0.15
HSL 26.87º 0.48% 0.72% -
HSV(B) 26.87º 0.31% 0.85% -
XYZ 51.02 50.19 36.28 -
YUV 188.64 106.76 148.94 -
System Red Green Blue C M Y K H S L
Decimal 218 181 151 0 0.17 0.31 0.15 26.87 0.48 0.72
Hex DA B5 97 0 11 1F F 1B 30 48
Octal 332 265 227 0 21 37 17 33 60 110
Binary 11011010 10110101 10010111 0 10001 11111 1111 11011 110000 1001000

Color Harmonies of #DAB597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB597

Black with #DAB597

Text Example


Text Example

White with #DAB597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB597; }

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

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

background-color css

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

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

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

border-color css

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

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

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