Html Css Color HEX #DBAA44 Tulip Tree

📋 copy color: '#DBAA44'

red 219 ◦ green 170 ◦ blue 68

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

Shades of Tulip Tree #DBAA44

Tints of Tulip Tree #DBAA44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 14.88%

R = 47.92%
G = 37.2%
B = 14.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.69

 K value IS 0.14

RGB Variations

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

Color information

#DBAA44 (or 0xDBAA44) is known color: Tulip Tree. HEX triplet: DB, AA and 44. RGB value is (219,170,68). Sum of RGB (Red+Green+Blue) = 219+170+68=457 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.92% from 457); Green value is 170 (66.80% from 255 or 37.20% from 457); Blue value is 68 (26.95% from 255 or 14.88% from 457); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA44 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA44 is #2455BB. Grayscale: #ADADAD. Windows color (decimal): -2381244 or 4500187. OLE color: 4500187.

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

Color convert

RGB 219 170 68 -
CMYK 0 0.22 0.69 0.14
HSL 40.53º 0.68% 0.56% -
HSV(B) 40.53º 0.69% 0.86% -
XYZ 44.63 44.23 11.65 -
YUV 173.02 68.73 160.79 -
System Red Green Blue C M Y K H S L
Decimal 219 170 68 0 0.22 0.69 0.14 40.53 0.68 0.56
Hex DB AA 44 0 16 45 E 29 44 38
Octal 333 252 104 0 26 105 16 51 104 70
Binary 11011011 10101010 1000100 0 10110 1000101 1110 101001 1000100 111000

Color Harmonies of #DBAA44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA44

Black with #DBAA44

Text Example


Text Example

White with #DBAA44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA44; }

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

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

background-color css

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

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

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

border-color css

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

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

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