Html Css Color HEX #DAB795 Pancho

📋 copy color: '#DAB795'

red 218 ◦ green 183 ◦ blue 149

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

Shades of Pancho #DAB795

Tints of Pancho #DAB795

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.27%

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

R = 39.64%
G = 33.27%
B = 27.09%

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

#DAB795 (or 0xDAB795) is known color: Pancho. HEX triplet: DA, B7 and 95. RGB value is (218,183,149). Sum of RGB (Red+Green+Blue) = 218+183+149=550 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.64% from 550); Green value is 183 (71.88% from 255 or 33.27% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DAB795 is #25486A. Grayscale: #BDBDBD. Windows color (decimal): -2443371 or 9811930. OLE color: 9811930.

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

Color convert

RGB 218 183 149 -
CMYK 0 0.16 0.32 0.15
HSL 29.57º 0.48% 0.72% -
HSV(B) 29.57º 0.32% 0.85% -
XYZ 51.27 50.94 35.56 -
YUV 189.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 218 183 149 0 0.16 0.32 0.15 29.57 0.48 0.72
Hex DA B7 95 0 10 20 F 1E 30 48
Octal 332 267 225 0 20 40 17 36 60 110
Binary 11011010 10110111 10010101 0 10000 100000 1111 11110 110000 1001000

Color Harmonies of #DAB795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAB795

Black with #DAB795

Text Example


Text Example

White with #DAB795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAB795; }

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

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

background-color css

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

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

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

border-color css

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

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

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