Html Css Color HEX #DBA136 Tulip Tree

📋 copy color: '#DBA136'

red 219 ◦ green 161 ◦ blue 54

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

Shades of Tulip Tree #DBA136

Tints of Tulip Tree #DBA136

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.1%

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

R = 50.46%
G = 37.1%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DBA136 (or 0xDBA136) is known color: Tulip Tree. HEX triplet: DB, A1 and 36. RGB value is (219,161,54). Sum of RGB (Red+Green+Blue) = 219+161+54=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 54 (21.48% from 255 or 12.44% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA136 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA136 is #245EC9. Grayscale: #A6A6A6. Windows color (decimal): -2383562 or 3580379. OLE color: 3580379.

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

Color convert

RGB 219 161 54 -
CMYK 0 0.26 0.75 0.14
HSL 38.91º 0.7% 0.54% -
HSV(B) 38.91º 0.75% 0.86% -
XYZ 42.62 40.82 9.12 -
YUV 166.14 64.72 165.7 -
System Red Green Blue C M Y K H S L
Decimal 219 161 54 0 0.26 0.75 0.14 38.91 0.7 0.54
Hex DB A1 36 0 1A 4B E 27 46 36
Octal 333 241 66 0 32 113 16 47 106 66
Binary 11011011 10100001 110110 0 11010 1001011 1110 100111 1000110 110110

Color Harmonies of #DBA136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA136

Black with #DBA136

Text Example


Text Example

White with #DBA136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA136; }

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

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

background-color css

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

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

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

border-color css

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

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

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