Html Css Color HEX #DAB895 Pancho

📋 copy color: '#DAB895'

red 218 ◦ green 184 ◦ blue 149

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

Shades of Pancho #DAB895

Tints of Pancho #DAB895

RGB

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

 GREEN value IS 184 (72.27% from 255) = 33.39%

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

R = 39.56%
G = 33.39%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.15

RGB Variations

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

Color information

#DAB895 (or 0xDAB895) is known color: Pancho. HEX triplet: DA, B8 and 95. RGB value is (218,184,149). Sum of RGB (Red+Green+Blue) = 218+184+149=551 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.56% from 551); Green value is 184 (72.27% from 255 or 33.39% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB895 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB895 is #25476A. Grayscale: #BEBEBE. Windows color (decimal): -2443115 or 9812186. OLE color: 9812186.

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

Color convert

RGB 218 184 149 -
CMYK 0 0.16 0.32 0.15
HSL 30.43º 0.48% 0.72% -
HSV(B) 30.43º 0.32% 0.85% -
XYZ 51.48 51.36 35.63 -
YUV 190.18 104.76 147.85 -
System Red Green Blue C M Y K H S L
Decimal 218 184 149 0 0.16 0.32 0.15 30.43 0.48 0.72
Hex DA B8 95 0 10 20 F 1E 30 48
Octal 332 270 225 0 20 40 17 36 60 110
Binary 11011010 10111000 10010101 0 10000 100000 1111 11110 110000 1001000

Color Harmonies of #DAB895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB895

Black with #DAB895

Text Example


Text Example

White with #DAB895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB895; }

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

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

background-color css

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

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

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

border-color css

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

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

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