Html Css Color HEX #DBAA46 Tulip Tree

📋 copy color: '#DBAA46'

red 219 ◦ green 170 ◦ blue 70

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

Shades of Tulip Tree #DBAA46

Tints of Tulip Tree #DBAA46

RGB

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

 GREEN value IS 170 (66.8% from 255) = 37.04%

 BLUE value IS 70 (27.73% from 255) = 15.25%

R = 47.71%
G = 37.04%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBAA46 (or 0xDBAA46) is known color: Tulip Tree. HEX triplet: DB, AA and 46. RGB value is (219,170,70). Sum of RGB (Red+Green+Blue) = 219+170+70=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 170 (66.80% from 255 or 37.04% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA46 is #2455B9. Grayscale: #ADADAD. Windows color (decimal): -2381242 or 4631259. OLE color: 4631259.

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

Color convert

RGB 219 170 70 -
CMYK 0 0.22 0.68 0.14
HSL 40.27º 0.67% 0.57% -
HSV(B) 40.27º 0.68% 0.86% -
XYZ 44.69 44.25 11.98 -
YUV 173.25 69.73 160.63 -
System Red Green Blue C M Y K H S L
Decimal 219 170 70 0 0.22 0.68 0.14 40.27 0.67 0.57
Hex DB AA 46 0 16 44 E 28 43 39
Octal 333 252 106 0 26 104 16 50 103 71
Binary 11011011 10101010 1000110 0 10110 1000100 1110 101000 1000011 111001

Color Harmonies of #DBAA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA46

Black with #DBAA46

Text Example


Text Example

White with #DBAA46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA46; }

 p { color: rgb(219,170,70); }

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

background-color css

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

 a { background-color: rgb(219,170,70); }

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

border-color css

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

 span { border-color: rgb(219,170,70); }

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