Html Css Color HEX #DBA541 Tulip Tree

📋 copy color: '#DBA541'

red 219 ◦ green 165 ◦ blue 65

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

Shades of Tulip Tree #DBA541

Tints of Tulip Tree #DBA541

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 14.48%

R = 48.78%
G = 36.75%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBA541 (or 0xDBA541) is known color: Tulip Tree. HEX triplet: DB, A5 and 41. RGB value is (219,165,65). Sum of RGB (Red+Green+Blue) = 219+165+65=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 165 (64.84% from 255 or 36.75% from 449); Blue value is 65 (25.78% from 255 or 14.48% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA541 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA541 is #245ABE. Grayscale: #AAAAAA. Windows color (decimal): -2382527 or 4302299. OLE color: 4302299.

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

Color convert

RGB 219 165 65 -
CMYK 0 0.25 0.70 0.14
HSL 38.96º 0.68% 0.56% -
HSV(B) 38.96º 0.7% 0.86% -
XYZ 43.62 42.35 10.88 -
YUV 169.75 68.89 163.13 -
System Red Green Blue C M Y K H S L
Decimal 219 165 65 0 0.25 0.70 0.14 38.96 0.68 0.56
Hex DB A5 41 0 19 46 E 27 44 38
Octal 333 245 101 0 31 106 16 47 104 70
Binary 11011011 10100101 1000001 0 11001 1000110 1110 100111 1000100 111000

Color Harmonies of #DBA541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA541

Black with #DBA541

Text Example


Text Example

White with #DBA541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA541; }

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

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

background-color css

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

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

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

border-color css

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

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

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