#DBAF42

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

Shades of Tulip Tree #DBAF42

Tints of Tulip Tree #DBAF42

Color information

#DBAF42 (or 0xDBAF42) is unknown color: approx Tulip Tree. HEX triplet: DB, AF and 42. RGB value is (219,175,66). Sum of RGB (Red+Green+Blue) = 219+175+66=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 66 (26.17% from 255 or 14.35% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAF42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAF42 is #2450BD. Grayscale: #B0B0B0. Windows color (decimal): -2379966 or 4370395. OLE color: 4370395.

HSL color Cylindrical-coordinate representation of color #DBAF42: hue angle of 42.75º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DBAF42 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.14.

Color convert

RGB21917566-
CMYK00.200.700.14
HSL42.75º68%55.88%-
HSV(B)42.75º69.86%85.88%-
XYZ45.5346.1111.66-
YUV175.7366.08158.86-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 47.61%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 66 (26.17% from 255) = 14.35%
R=47.61%
G=38.04%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2191756600.200.700.1442.756855.88
HexDBAF4201446E2b4438
Octal333257102024106165310470
Binary11011011101011111000010010100100011011101010111000100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBAF42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBAF42; }

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

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

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

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

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

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

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

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