Html Css Color HEX #DBAA39 Tulip Tree

📋 copy color: '#DBAA39'

red 219 ◦ green 170 ◦ blue 57

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

Shades of Tulip Tree #DBAA39

Tints of Tulip Tree #DBAA39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 12.78%

R = 49.1%
G = 38.12%
B = 12.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBAA39 (or 0xDBAA39) is known color: Tulip Tree. HEX triplet: DB, AA and 39. RGB value is (219,170,57). Sum of RGB (Red+Green+Blue) = 219+170+57=446 (59% of max value = 765). Red value is 219 (85.94% from 255 or 49.10% from 446); Green value is 170 (66.80% from 255 or 38.12% from 446); Blue value is 57 (22.66% from 255 or 12.78% from 446); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA39 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA39 is #2455C6. Grayscale: #ACACAC. Windows color (decimal): -2381255 or 3779291. OLE color: 3779291.

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

Color convert

RGB 219 170 57 -
CMYK 0 0.22 0.74 0.14
HSL 41.85º 0.69% 0.54% -
HSV(B) 41.85º 0.74% 0.86% -
XYZ 44.33 44.1 10.05 -
YUV 171.77 63.23 161.69 -
System Red Green Blue C M Y K H S L
Decimal 219 170 57 0 0.22 0.74 0.14 41.85 0.69 0.54
Hex DB AA 39 0 16 4A E 2A 45 36
Octal 333 252 71 0 26 112 16 52 105 66
Binary 11011011 10101010 111001 0 10110 1001010 1110 101010 1000101 110110

Color Harmonies of #DBAA39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA39

Black with #DBAA39

Text Example


Text Example

White with #DBAA39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA39; }

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

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

background-color css

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

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

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

border-color css

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

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

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