Html Css Color HEX #DBA53C Tulip Tree

📋 copy color: '#DBA53C'

red 219 ◦ green 165 ◦ blue 60

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

Shades of Tulip Tree #DBA53C

Tints of Tulip Tree #DBA53C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.51%

R = 49.32%
G = 37.16%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBA53C (or 0xDBA53C) is known color: Tulip Tree. HEX triplet: DB, A5 and 3C. RGB value is (219,165,60). Sum of RGB (Red+Green+Blue) = 219+165+60=444 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.32% from 444); Green value is 165 (64.84% from 255 or 37.16% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA53C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA53C is #245AC3. Grayscale: #A9A9A9. Windows color (decimal): -2382532 or 3974619. OLE color: 3974619.

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

Color convert

RGB 219 165 60 -
CMYK 0 0.25 0.73 0.14
HSL 39.62º 0.69% 0.55% -
HSV(B) 39.62º 0.73% 0.86% -
XYZ 43.48 42.3 10.15 -
YUV 169.18 66.39 163.54 -
System Red Green Blue C M Y K H S L
Decimal 219 165 60 0 0.25 0.73 0.14 39.62 0.69 0.55
Hex DB A5 3C 0 19 49 E 28 45 37
Octal 333 245 74 0 31 111 16 50 105 67
Binary 11011011 10100101 111100 0 11001 1001001 1110 101000 1000101 110111

Color Harmonies of #DBA53C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA53C

Black with #DBA53C

Text Example


Text Example

White with #DBA53C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA53C; }

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

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

background-color css

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

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

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

border-color css

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

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

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