Html Css Color HEX #DBA845 Tulip Tree

📋 copy color: '#DBA845'

red 219 ◦ green 168 ◦ blue 69

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

Shades of Tulip Tree #DBA845

Tints of Tulip Tree #DBA845

RGB

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

 GREEN value IS 168 (66.02% from 255) = 36.84%

 BLUE value IS 69 (27.34% from 255) = 15.13%

R = 48.03%
G = 36.84%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBA845 (or 0xDBA845) is known color: Tulip Tree. HEX triplet: DB, A8 and 45. RGB value is (219,168,69). Sum of RGB (Red+Green+Blue) = 219+168+69=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA845 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA845 is #2457BA. Grayscale: #ACACAC. Windows color (decimal): -2381755 or 4565211. OLE color: 4565211.

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

Color convert

RGB 219 168 69 -
CMYK 0 0.23 0.68 0.14
HSL 39.6º 0.68% 0.56% -
HSV(B) 39.6º 0.68% 0.86% -
XYZ 44.29 43.5 11.69 -
YUV 171.96 69.9 161.55 -
System Red Green Blue C M Y K H S L
Decimal 219 168 69 0 0.23 0.68 0.14 39.6 0.68 0.56
Hex DB A8 45 0 17 44 E 28 44 38
Octal 333 250 105 0 27 104 16 50 104 70
Binary 11011011 10101000 1000101 0 10111 1000100 1110 101000 1000100 111000

Color Harmonies of #DBA845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA845

Black with #DBA845

Text Example


Text Example

White with #DBA845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA845; }

 p { color: rgb(219,168,69); }

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

background-color css

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

 a { background-color: rgb(219,168,69); }

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

border-color css

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

 span { border-color: rgb(219,168,69); }

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