Html Css Color HEX #DBA441 Tulip Tree

📋 copy color: '#DBA441'

red 219 ◦ green 164 ◦ blue 65

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

Shades of Tulip Tree #DBA441

Tints of Tulip Tree #DBA441

RGB

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

 GREEN value IS 164 (64.45% from 255) = 36.61%

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

R = 48.88%
G = 36.61%
B = 14.51%

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

#DBA441 (or 0xDBA441) is known color: Tulip Tree. HEX triplet: DB, A4 and 41. RGB value is (219,164,65). Sum of RGB (Red+Green+Blue) = 219+164+65=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 164 (64.45% from 255 or 36.61% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA441 is #245BBE. Grayscale: #A9A9A9. Windows color (decimal): -2382783 or 4302043. OLE color: 4302043.

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

Color convert

RGB 219 164 65 -
CMYK 0 0.25 0.70 0.14
HSL 38.57º 0.68% 0.56% -
HSV(B) 38.57º 0.7% 0.86% -
XYZ 43.44 41.99 10.82 -
YUV 169.16 69.22 163.55 -
System Red Green Blue C M Y K H S L
Decimal 219 164 65 0 0.25 0.70 0.14 38.57 0.68 0.56
Hex DB A4 41 0 19 46 E 27 44 38
Octal 333 244 101 0 31 106 16 47 104 70
Binary 11011011 10100100 1000001 0 11001 1000110 1110 100111 1000100 111000

Color Harmonies of #DBA441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA441

Black with #DBA441

Text Example


Text Example

White with #DBA441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA441; }

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

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

background-color css

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

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

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

border-color css

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

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

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