Html Css Color HEX #DBAA45 Tulip Tree

📋 copy color: '#DBAA45'

red 219 ◦ green 170 ◦ blue 69

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

Shades of Tulip Tree #DBAA45

Tints of Tulip Tree #DBAA45

RGB

 RED value IS 219 (85.94% from 255) = 47.82%

 GREEN value IS 170 (66.8% from 255) = 37.12%

 BLUE value IS 69 (27.34% from 255) = 15.07%

R = 47.82%
G = 37.12%
B = 15.07%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBAA45 (or 0xDBAA45) is known color: Tulip Tree. HEX triplet: DB, AA and 45. RGB value is (219,170,69). Sum of RGB (Red+Green+Blue) = 219+170+69=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 170 (66.80% from 255 or 37.12% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA45 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA45 is #2455BA. Grayscale: #ADADAD. Windows color (decimal): -2381243 or 4565723. OLE color: 4565723.

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

Color convert

RGB 219 170 69 -
CMYK 0 0.22 0.68 0.14
HSL 40.4º 0.68% 0.56% -
HSV(B) 40.4º 0.68% 0.86% -
XYZ 44.66 44.24 11.82 -
YUV 173.14 69.23 160.71 -
System Red Green Blue C M Y K H S L
Decimal 219 170 69 0 0.22 0.68 0.14 40.4 0.68 0.56
Hex DB AA 45 0 16 44 E 28 44 38
Octal 333 252 105 0 26 104 16 50 104 70
Binary 11011011 10101010 1000101 0 10110 1000100 1110 101000 1000100 111000

Color Harmonies of #DBAA45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA45

Black with #DBAA45

Text Example


Text Example

White with #DBAA45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA45; }

 p { color: rgb(219,170,69); }

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

background-color css

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

 a { background-color: rgb(219,170,69); }

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

border-color css

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

 span { border-color: rgb(219,170,69); }

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