Html Css Color HEX #DAB995 Pancho

📋 copy color: '#DAB995'

red 218 ◦ green 185 ◦ blue 149

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

Shades of Pancho #DAB995

Tints of Pancho #DAB995

RGB

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

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

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

R = 39.49%
G = 33.51%
B = 26.99%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAB995 (or 0xDAB995) is known color: Pancho. HEX triplet: DA, B9 and 95. RGB value is (218,185,149). Sum of RGB (Red+Green+Blue) = 218+185+149=552 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.49% from 552); Green value is 185 (72.66% from 255 or 33.51% from 552); Blue value is 149 (58.59% from 255 or 26.99% from 552); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB995 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB995 is #25466A. Grayscale: #BEBEBE. Windows color (decimal): -2442859 or 9812442. OLE color: 9812442.

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

Color convert

RGB 218 185 149 -
CMYK 0 0.15 0.32 0.15
HSL 31.3º 0.48% 0.72% -
HSV(B) 31.3º 0.32% 0.85% -
XYZ 51.69 51.77 35.7 -
YUV 190.76 104.43 147.43 -
System Red Green Blue C M Y K H S L
Decimal 218 185 149 0 0.15 0.32 0.15 31.3 0.48 0.72
Hex DA B9 95 0 F 20 F 1F 30 48
Octal 332 271 225 0 17 40 17 37 60 110
Binary 11011010 10111001 10010101 0 1111 100000 1111 11111 110000 1001000

Color Harmonies of #DAB995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB995

Black with #DAB995

Text Example


Text Example

White with #DAB995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB995; }

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

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

background-color css

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

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

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

border-color css

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

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

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