Html Css Color HEX #DBA53A Tulip Tree

📋 copy color: '#DBA53A'

red 219 ◦ green 165 ◦ blue 58

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

Shades of Tulip Tree #DBA53A

Tints of Tulip Tree #DBA53A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.12%

R = 49.55%
G = 37.33%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBA53A (or 0xDBA53A) is known color: Tulip Tree. HEX triplet: DB, A5 and 3A. RGB value is (219,165,58). Sum of RGB (Red+Green+Blue) = 219+165+58=442 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.55% from 442); Green value is 165 (64.84% from 255 or 37.33% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA53A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA53A is #245AC5. Grayscale: #A9A9A9. Windows color (decimal): -2382534 or 3843547. OLE color: 3843547.

HSL color Cylindrical-coordinate representation of color #DBA53A: hue angle of 39.88º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DBA53A is Cyan = 0, Magento = 0.25, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 165 58 -
CMYK 0 0.25 0.74 0.14
HSL 39.88º 0.69% 0.54% -
HSV(B) 39.88º 0.74% 0.86% -
XYZ 43.43 42.28 9.87 -
YUV 168.95 65.39 163.7 -
System Red Green Blue C M Y K H S L
Decimal 219 165 58 0 0.25 0.74 0.14 39.88 0.69 0.54
Hex DB A5 3A 0 19 4A E 28 45 36
Octal 333 245 72 0 31 112 16 50 105 66
Binary 11011011 10100101 111010 0 11001 1001010 1110 101000 1000101 110110

Color Harmonies of #DBA53A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA53A

Black with #DBA53A

Text Example


Text Example

White with #DBA53A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA53A; }

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

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

background-color css

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

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

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

border-color css

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

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

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