#DBAE90

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

Shades of Pancho #DBAE90

Tints of Pancho #DBAE90

Color information

#DBAE90 (or 0xDBAE90) is unknown color: approx Pancho. HEX triplet: DB, AE and 90. RGB value is (219,174,144). Sum of RGB (Red+Green+Blue) = 219+174+144=537 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.78% from 537); Green value is 174 (68.36% from 255 or 32.40% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAE90 is #24516F. Grayscale: #B8B8B8. Windows color (decimal): -2380144 or 9481947. OLE color: 9481947.

HSL color Cylindrical-coordinate representation of color #DBAE90: hue angle of 24º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DBAE90 is Cyan = 0, Magento = 0.21, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB219174144-
CMYK00.210.340.14
HSL24º51.02%71.18%-
HSV(B)24º34.25%85.88%-
XYZ49.3847.3532.92-
YUV184.03105.41152.94-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.78%
GREEN value IS 174 (68.36% from 255) = 32.40%
BLUE value IS 144 (56.64% from 255) = 26.82%
R=40.78%
G=32.40%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917414400.210.340.142451.0271.18
HexDBAE9001522E183347
Octal33325622002542163063107
Binary1101101110101110100100000101011000101110110001100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAE90; }

 p { color: rgb(219,174,144); }

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

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

 a { background-color: rgb(219,174,144); }

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

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

 span { border-color: rgb(219,174,144); }

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