Html Css Color HEX #DBAA38 Tulip Tree

📋 copy color: '#DBAA38'

red 219 ◦ green 170 ◦ blue 56

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

Shades of Tulip Tree #DBAA38

Tints of Tulip Tree #DBAA38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 12.58%

R = 49.21%
G = 38.2%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.74

 K value IS 0.14

RGB Variations

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

Color information

#DBAA38 (or 0xDBAA38) is known color: Tulip Tree. HEX triplet: DB, AA and 38. RGB value is (219,170,56). Sum of RGB (Red+Green+Blue) = 219+170+56=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 170 (66.80% from 255 or 38.20% from 445); Blue value is 56 (22.27% from 255 or 12.58% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA38 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA38 is #2455C7. Grayscale: #ACACAC. Windows color (decimal): -2381256 or 3713755. OLE color: 3713755.

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

Color convert

RGB 219 170 56 -
CMYK 0 0.22 0.74 0.14
HSL 41.96º 0.69% 0.54% -
HSV(B) 41.96º 0.74% 0.86% -
XYZ 44.3 44.1 9.92 -
YUV 171.66 62.73 161.77 -
System Red Green Blue C M Y K H S L
Decimal 219 170 56 0 0.22 0.74 0.14 41.96 0.69 0.54
Hex DB AA 38 0 16 4A E 2A 45 36
Octal 333 252 70 0 26 112 16 52 105 66
Binary 11011011 10101010 111000 0 10110 1001010 1110 101010 1000101 110110

Color Harmonies of #DBAA38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA38

Black with #DBAA38

Text Example


Text Example

White with #DBAA38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA38; }

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

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

background-color css

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

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

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

border-color css

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

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

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