Html Css Color HEX #DBA540 Tulip Tree

📋 copy color: '#DBA540'

red 219 ◦ green 165 ◦ blue 64

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

Shades of Tulip Tree #DBA540

Tints of Tulip Tree #DBA540

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 14.29%

R = 48.88%
G = 36.83%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.71

 K value IS 0.14

RGB Variations

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

Color information

#DBA540 (or 0xDBA540) is known color: Tulip Tree. HEX triplet: DB, A5 and 40. RGB value is (219,165,64). Sum of RGB (Red+Green+Blue) = 219+165+64=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 165 (64.84% from 255 or 36.83% from 448); Blue value is 64 (25.39% from 255 or 14.29% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA540 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA540 is #245ABF. Grayscale: #AAAAAA. Windows color (decimal): -2382528 or 4236763. OLE color: 4236763.

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

Color convert

RGB 219 165 64 -
CMYK 0 0.25 0.71 0.14
HSL 39.1º 0.68% 0.55% -
HSV(B) 39.1º 0.71% 0.86% -
XYZ 43.59 42.34 10.73 -
YUV 169.63 68.39 163.21 -
System Red Green Blue C M Y K H S L
Decimal 219 165 64 0 0.25 0.71 0.14 39.1 0.68 0.55
Hex DB A5 40 0 19 47 E 27 44 37
Octal 333 245 100 0 31 107 16 47 104 67
Binary 11011011 10100101 1000000 0 11001 1000111 1110 100111 1000100 110111

Color Harmonies of #DBA540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA540

Black with #DBA540

Text Example


Text Example

White with #DBA540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA540; }

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

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

background-color css

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

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

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

border-color css

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

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

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