#DBAF90

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

Shades of Pancho #DBAF90

Tints of Pancho #DBAF90

Color information

#DBAF90 (or 0xDBAF90) is unknown color: approx Pancho. HEX triplet: DB, AF and 90. RGB value is (219,175,144). Sum of RGB (Red+Green+Blue) = 219+175+144=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 175 (68.75% from 255 or 32.53% from 538); Blue value is 144 (56.64% from 255 or 26.77% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DBAF90 is #24506F. Grayscale: #B8B8B8. Windows color (decimal): -2379888 or 9482203. OLE color: 9482203.

HSL color Cylindrical-coordinate representation of color #DBAF90: hue angle of 24.8º 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 #DBAF90 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB219175144-
CMYK00.200.340.14
HSL24.8º51.02%71.18%-
HSV(B)24.8º34.25%85.88%-
XYZ49.5847.7332.99-
YUV184.62105.08152.52-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 40.71%
GREEN value IS 175 (68.75% from 255) = 32.53%
BLUE value IS 144 (56.64% from 255) = 26.77%
R=40.71%
G=32.53%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21917514400.200.340.1424.851.0271.18
HexDBAF9001422E193347
Octal33325722002442163163107
Binary1101101110101111100100000101001000101110110011100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAF90; }

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

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

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

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

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

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

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

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