Html Css Color HEX #DBA536 Tulip Tree

📋 copy color: '#DBA536'

red 219 ◦ green 165 ◦ blue 54

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

Shades of Tulip Tree #DBA536

Tints of Tulip Tree #DBA536

RGB

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

 GREEN value IS 165 (64.84% from 255) = 37.67%

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

R = 50%
G = 37.67%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.75

 K value IS 0.14

RGB Variations

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

Color information

#DBA536 (or 0xDBA536) is known color: Tulip Tree. HEX triplet: DB, A5 and 36. RGB value is (219,165,54). Sum of RGB (Red+Green+Blue) = 219+165+54=438 (58% of max value = 765). Red value is 219 (85.94% from 255 or 50% from 438); Green value is 165 (64.84% from 255 or 37.67% from 438); Blue value is 54 (21.48% from 255 or 12.33% from 438); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA536 is #245AC9. Grayscale: #A8A8A8. Windows color (decimal): -2382538 or 3581403. OLE color: 3581403.

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

Color convert

RGB 219 165 54 -
CMYK 0 0.25 0.75 0.14
HSL 40.36º 0.7% 0.54% -
HSV(B) 40.36º 0.75% 0.86% -
XYZ 43.33 42.24 9.36 -
YUV 168.49 63.39 164.03 -
System Red Green Blue C M Y K H S L
Decimal 219 165 54 0 0.25 0.75 0.14 40.36 0.7 0.54
Hex DB A5 36 0 19 4B E 28 46 36
Octal 333 245 66 0 31 113 16 50 106 66
Binary 11011011 10100101 110110 0 11001 1001011 1110 101000 1000110 110110

Color Harmonies of #DBA536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA536

Black with #DBA536

Text Example


Text Example

White with #DBA536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA536; }

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

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

background-color css

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

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

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

border-color css

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

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

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