Html Css Color HEX #DBA036 Tulip Tree

📋 copy color: '#DBA036'

red 219 ◦ green 160 ◦ blue 54

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

Shades of Tulip Tree #DBA036

Tints of Tulip Tree #DBA036

RGB

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

 GREEN value IS 160 (62.89% from 255) = 36.95%

 BLUE value IS 54 (21.48% from 255) = 12.47%

R = 50.58%
G = 36.95%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DBA036 (or 0xDBA036) is known color: Tulip Tree. HEX triplet: DB, A0 and 36. RGB value is (219,160,54). Sum of RGB (Red+Green+Blue) = 219+160+54=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 160 (62.89% from 255 or 36.95% from 433); Blue value is 54 (21.48% from 255 or 12.47% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA036 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA036 is #245FC9. Grayscale: #A6A6A6. Windows color (decimal): -2383818 or 3580123. OLE color: 3580123.

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

Color convert

RGB 219 160 54 -
CMYK 0 0.27 0.75 0.14
HSL 38.55º 0.7% 0.54% -
HSV(B) 38.55º 0.75% 0.86% -
XYZ 42.45 40.47 9.06 -
YUV 165.56 65.05 166.12 -
System Red Green Blue C M Y K H S L
Decimal 219 160 54 0 0.27 0.75 0.14 38.55 0.7 0.54
Hex DB A0 36 0 1B 4B E 27 46 36
Octal 333 240 66 0 33 113 16 47 106 66
Binary 11011011 10100000 110110 0 11011 1001011 1110 100111 1000110 110110

Color Harmonies of #DBA036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA036

Black with #DBA036

Text Example


Text Example

White with #DBA036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA036; }

 p { color: rgb(219,160,54); }

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

background-color css

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

 a { background-color: rgb(219,160,54); }

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

border-color css

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

 span { border-color: rgb(219,160,54); }

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