#DABC9D

Color #DABC9D Pancho (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pancho #DABC9D

Tints of Pancho #DABC9D

Color information

#DABC9D (or 0xDABC9D) is unknown color: approx Pancho. HEX triplet: DA, BC and 9D. RGB value is (218,188,157). Sum of RGB (Red+Green+Blue) = 218+188+157=563 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.72% from 563); Green value is 188 (73.83% from 255 or 33.39% from 563); Blue value is 157 (61.72% from 255 or 27.89% from 563); Max value from RGB is 218 - color contains mainly: red. Hex color #DABC9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DABC9D is #254362. Grayscale: #C1C1C1. Windows color (decimal): -2442083 or 10337498. OLE color: 10337498.

HSL color Cylindrical-coordinate representation of color #DABC9D: hue angle of 30.49º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DABC9D is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB218188157-
CMYK00.140.280.15
HSL30.49º45.19%73.53%-
HSV(B)30.49º27.98%85.49%-
XYZ52.9853.3139.39-
YUV193.44107.44145.52-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 38.72%
GREEN value IS 188 (73.83% from 255) = 33.39%
BLUE value IS 157 (61.72% from 255) = 27.89%
R=38.72%
G=33.39%
B=27.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21818815700.140.280.1530.4945.1973.53
HexDABC9D0E1CF1e2d4a
Octal33227423501634173655112
Binary11011010101111001001110101110111001111111101011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DABC9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DABC9D; }

 p { color: rgb(218,188,157); }

 H1.HeaderClassName
 {
   color: #DABC9D;
 }
 .AnyTagClassName
 {
   color: #DABC9D;
 }
</style>
background-color css

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

 a { background-color: rgb(218,188,157); }

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

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

 span { border-color: rgb(218,188,157); }

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