Html Css Color HEX #DBAA41 Tulip Tree

📋 copy color: '#DBAA41'

red 219 ◦ green 170 ◦ blue 65

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

Shades of Tulip Tree #DBAA41

Tints of Tulip Tree #DBAA41

RGB

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

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

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

R = 48.24%
G = 37.44%
B = 14.32%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.70

 K value IS 0.14

RGB Variations

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

Color information

#DBAA41 (or 0xDBAA41) is known color: Tulip Tree. HEX triplet: DB, AA and 41. RGB value is (219,170,65). Sum of RGB (Red+Green+Blue) = 219+170+65=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 170 (66.80% from 255 or 37.44% from 454); Blue value is 65 (25.78% from 255 or 14.32% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA41 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA41 is #2455BE. Grayscale: #ADADAD. Windows color (decimal): -2381247 or 4303579. OLE color: 4303579.

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

Color convert

RGB 219 170 65 -
CMYK 0 0.22 0.70 0.14
HSL 40.91º 0.68% 0.56% -
HSV(B) 40.91º 0.7% 0.86% -
XYZ 44.54 44.19 11.18 -
YUV 172.68 67.23 161.04 -
System Red Green Blue C M Y K H S L
Decimal 219 170 65 0 0.22 0.70 0.14 40.91 0.68 0.56
Hex DB AA 41 0 16 46 E 29 44 38
Octal 333 252 101 0 26 106 16 51 104 70
Binary 11011011 10101010 1000001 0 10110 1000110 1110 101001 1000100 111000

Color Harmonies of #DBAA41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA41

Black with #DBAA41

Text Example


Text Example

White with #DBAA41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA41; }

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

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

background-color css

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

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

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

border-color css

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

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

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