Html Css Color HEX #DBA445 Tulip Tree

📋 copy color: '#DBA445'

red 219 ◦ green 164 ◦ blue 69

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

Shades of Tulip Tree #DBA445

Tints of Tulip Tree #DBA445

RGB

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

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

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

R = 48.45%
G = 36.28%
B = 15.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBA445 (or 0xDBA445) is known color: Tulip Tree. HEX triplet: DB, A4 and 45. RGB value is (219,164,69). Sum of RGB (Red+Green+Blue) = 219+164+69=452 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.45% from 452); Green value is 164 (64.45% from 255 or 36.28% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA445 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA445 is #245BBA. Grayscale: #AAAAAA. Windows color (decimal): -2382779 or 4564187. OLE color: 4564187.

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

Color convert

RGB 219 164 69 -
CMYK 0 0.25 0.68 0.14
HSL 38º 0.68% 0.56% -
HSV(B) 38º 0.68% 0.86% -
XYZ 43.56 42.04 11.45 -
YUV 169.62 71.22 163.22 -
System Red Green Blue C M Y K H S L
Decimal 219 164 69 0 0.25 0.68 0.14 38 0.68 0.56
Hex DB A4 45 0 19 44 E 26 44 38
Octal 333 244 105 0 31 104 16 46 104 70
Binary 11011011 10100100 1000101 0 11001 1000100 1110 100110 1000100 111000

Color Harmonies of #DBA445

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA445

Black with #DBA445

Text Example


Text Example

White with #DBA445

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA445; }

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

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

background-color css

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

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

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

border-color css

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

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

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