Html Css Color HEX #DBA236 Tulip Tree

📋 copy color: '#DBA236'

red 219 ◦ green 162 ◦ blue 54

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

Shades of Tulip Tree #DBA236

Tints of Tulip Tree #DBA236

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.24%

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

R = 50.34%
G = 37.24%
B = 12.41%

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

#DBA236 (or 0xDBA236) is known color: Tulip Tree. HEX triplet: DB, A2 and 36. RGB value is (219,162,54). Sum of RGB (Red+Green+Blue) = 219+162+54=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 54 (21.48% from 255 or 12.41% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA236 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA236 is #245DC9. Grayscale: #A7A7A7. Windows color (decimal): -2383306 or 3580635. OLE color: 3580635.

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

Color convert

RGB 219 162 54 -
CMYK 0 0.26 0.75 0.14
HSL 39.27º 0.7% 0.54% -
HSV(B) 39.27º 0.75% 0.86% -
XYZ 42.8 41.17 9.18 -
YUV 166.73 64.38 165.28 -
System Red Green Blue C M Y K H S L
Decimal 219 162 54 0 0.26 0.75 0.14 39.27 0.7 0.54
Hex DB A2 36 0 1A 4B E 27 46 36
Octal 333 242 66 0 32 113 16 47 106 66
Binary 11011011 10100010 110110 0 11010 1001011 1110 100111 1000110 110110

Color Harmonies of #DBA236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA236

Black with #DBA236

Text Example


Text Example

White with #DBA236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA236; }

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

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

background-color css

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

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

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

border-color css

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

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

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