Html Css Color HEX #DAB495 Pancho

📋 copy color: '#DAB495'

red 218 ◦ green 180 ◦ blue 149

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

Shades of Pancho #DAB495

Tints of Pancho #DAB495

RGB

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

 GREEN value IS 180 (70.7% from 255) = 32.91%

 BLUE value IS 149 (58.59% from 255) = 27.24%

R = 39.85%
G = 32.91%
B = 27.24%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAB495 (or 0xDAB495) is known color: Pancho. HEX triplet: DA, B4 and 95. RGB value is (218,180,149). Sum of RGB (Red+Green+Blue) = 218+180+149=547 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.85% from 547); Green value is 180 (70.70% from 255 or 32.91% from 547); Blue value is 149 (58.59% from 255 or 27.24% from 547); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB495 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB495 is #254B6A. Grayscale: #BBBBBB. Windows color (decimal): -2444139 or 9811162. OLE color: 9811162.

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

Color convert

RGB 218 180 149 -
CMYK 0 0.17 0.32 0.15
HSL 26.96º 0.48% 0.72% -
HSV(B) 26.96º 0.32% 0.85% -
XYZ 50.66 49.72 35.36 -
YUV 187.83 106.09 149.52 -
System Red Green Blue C M Y K H S L
Decimal 218 180 149 0 0.17 0.32 0.15 26.96 0.48 0.72
Hex DA B4 95 0 11 20 F 1B 30 48
Octal 332 264 225 0 21 40 17 33 60 110
Binary 11011010 10110100 10010101 0 10001 100000 1111 11011 110000 1001000

Color Harmonies of #DAB495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB495

Black with #DAB495

Text Example


Text Example

White with #DAB495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB495; }

 p { color: rgb(218,180,149); }

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

background-color css

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

 a { background-color: rgb(218,180,149); }

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

border-color css

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

 span { border-color: rgb(218,180,149); }

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