Html Css Color HEX #DBA535 Tulip Tree

📋 copy color: '#DBA535'

red 219 ◦ green 165 ◦ blue 53

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

Shades of Tulip Tree #DBA535

Tints of Tulip Tree #DBA535

RGB

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

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

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

R = 50.11%
G = 37.76%
B = 12.13%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.76

 K value IS 0.14

RGB Variations

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

Color information

#DBA535 (or 0xDBA535) is known color: Tulip Tree. HEX triplet: DB, A5 and 35. RGB value is (219,165,53). Sum of RGB (Red+Green+Blue) = 219+165+53=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 165 (64.84% from 255 or 37.76% from 437); Blue value is 53 (21.09% from 255 or 12.13% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA535 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA535 is #245ACA. Grayscale: #A8A8A8. Windows color (decimal): -2382539 or 3515867. OLE color: 3515867.

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

Color convert

RGB 219 165 53 -
CMYK 0 0.25 0.76 0.14
HSL 40.48º 0.7% 0.53% -
HSV(B) 40.48º 0.76% 0.86% -
XYZ 43.31 42.23 9.24 -
YUV 168.38 62.89 164.11 -
System Red Green Blue C M Y K H S L
Decimal 219 165 53 0 0.25 0.76 0.14 40.48 0.7 0.53
Hex DB A5 35 0 19 4C E 28 46 35
Octal 333 245 65 0 31 114 16 50 106 65
Binary 11011011 10100101 110101 0 11001 1001100 1110 101000 1000110 110101

Color Harmonies of #DBA535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA535

Black with #DBA535

Text Example


Text Example

White with #DBA535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA535; }

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

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

background-color css

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

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

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

border-color css

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

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

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