Html Css Color HEX #DBA444 Tulip Tree

📋 copy color: '#DBA444'

red 219 ◦ green 164 ◦ blue 68

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

Shades of Tulip Tree #DBA444

Tints of Tulip Tree #DBA444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 15.08%

R = 48.56%
G = 36.36%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DBA444 (or 0xDBA444) is known color: Tulip Tree. HEX triplet: DB, A4 and 44. RGB value is (219,164,68). Sum of RGB (Red+Green+Blue) = 219+164+68=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 164 (64.45% from 255 or 36.36% from 451); Blue value is 68 (26.95% from 255 or 15.08% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA444 is #245BBB. Grayscale: #A9A9A9. Windows color (decimal): -2382780 or 4498651. OLE color: 4498651.

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

Color convert

RGB 219 164 68 -
CMYK 0 0.25 0.69 0.14
HSL 38.15º 0.68% 0.56% -
HSV(B) 38.15º 0.69% 0.86% -
XYZ 43.53 42.03 11.29 -
YUV 169.5 70.72 163.31 -
System Red Green Blue C M Y K H S L
Decimal 219 164 68 0 0.25 0.69 0.14 38.15 0.68 0.56
Hex DB A4 44 0 19 45 E 26 44 38
Octal 333 244 104 0 31 105 16 46 104 70
Binary 11011011 10100100 1000100 0 11001 1000101 1110 100110 1000100 111000

Color Harmonies of #DBA444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA444

Black with #DBA444

Text Example


Text Example

White with #DBA444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA444; }

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

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

background-color css

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

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

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

border-color css

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

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

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