Html Css Color HEX #DBA035 Tulip Tree

📋 copy color: '#DBA035'

red 219 ◦ green 160 ◦ blue 53

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

Shades of Tulip Tree #DBA035

Tints of Tulip Tree #DBA035

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.27%

R = 50.69%
G = 37.04%
B = 12.27%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DBA035 (or 0xDBA035) is known color: Tulip Tree. HEX triplet: DB, A0 and 35. RGB value is (219,160,53). Sum of RGB (Red+Green+Blue) = 219+160+53=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 160 (62.89% from 255 or 37.04% from 432); Blue value is 53 (21.09% from 255 or 12.27% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA035 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA035 is #245FCA. Grayscale: #A5A5A5. Windows color (decimal): -2383819 or 3514587. OLE color: 3514587.

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

Color convert

RGB 219 160 53 -
CMYK 0 0.27 0.76 0.14
HSL 38.67º 0.7% 0.53% -
HSV(B) 38.67º 0.76% 0.86% -
XYZ 42.43 40.46 8.94 -
YUV 165.44 64.55 166.2 -
System Red Green Blue C M Y K H S L
Decimal 219 160 53 0 0.27 0.76 0.14 38.67 0.7 0.53
Hex DB A0 35 0 1B 4C E 27 46 35
Octal 333 240 65 0 33 114 16 47 106 65
Binary 11011011 10100000 110101 0 11011 1001100 1110 100111 1000110 110101

Color Harmonies of #DBA035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA035

Black with #DBA035

Text Example


Text Example

White with #DBA035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA035; }

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

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

background-color css

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

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

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

border-color css

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

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

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