Html Css Color HEX #DBAA3C Tulip Tree

📋 copy color: '#DBAA3C'

red 219 ◦ green 170 ◦ blue 60

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

Shades of Tulip Tree #DBAA3C

Tints of Tulip Tree #DBAA3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 13.36%

R = 48.78%
G = 37.86%
B = 13.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.73

 K value IS 0.14

RGB Variations

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

Color information

#DBAA3C (or 0xDBAA3C) is known color: Tulip Tree. HEX triplet: DB, AA and 3C. RGB value is (219,170,60). Sum of RGB (Red+Green+Blue) = 219+170+60=449 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.78% from 449); Green value is 170 (66.80% from 255 or 37.86% from 449); Blue value is 60 (23.83% from 255 or 13.36% from 449); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA3C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA3C is #2455C3. Grayscale: #ACACAC. Windows color (decimal): -2381252 or 3975899. OLE color: 3975899.

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

Color convert

RGB 219 170 60 -
CMYK 0 0.22 0.73 0.14
HSL 41.51º 0.69% 0.55% -
HSV(B) 41.51º 0.73% 0.86% -
XYZ 44.4 44.14 10.45 -
YUV 172.11 64.73 161.44 -
System Red Green Blue C M Y K H S L
Decimal 219 170 60 0 0.22 0.73 0.14 41.51 0.69 0.55
Hex DB AA 3C 0 16 49 E 2A 45 37
Octal 333 252 74 0 26 111 16 52 105 67
Binary 11011011 10101010 111100 0 10110 1001001 1110 101010 1000101 110111

Color Harmonies of #DBAA3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA3C

Black with #DBAA3C

Text Example


Text Example

White with #DBAA3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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