Html Css Color HEX #DBAA43 Tulip Tree

📋 copy color: '#DBAA43'

red 219 ◦ green 170 ◦ blue 67

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

Shades of Tulip Tree #DBAA43

Tints of Tulip Tree #DBAA43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.69%

R = 48.03%
G = 37.28%
B = 14.69%

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

#DBAA43 (or 0xDBAA43) is known color: Tulip Tree. HEX triplet: DB, AA and 43. RGB value is (219,170,67). Sum of RGB (Red+Green+Blue) = 219+170+67=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 170 (66.80% from 255 or 37.28% from 456); Blue value is 67 (26.56% from 255 or 14.69% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAA43 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBAA43 is #2455BC. Grayscale: #ADADAD. Windows color (decimal): -2381245 or 4434651. OLE color: 4434651.

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

Color convert

RGB 219 170 67 -
CMYK 0 0.22 0.69 0.14
HSL 40.66º 0.68% 0.56% -
HSV(B) 40.66º 0.69% 0.86% -
XYZ 44.6 44.21 11.49 -
YUV 172.91 68.23 160.88 -
System Red Green Blue C M Y K H S L
Decimal 219 170 67 0 0.22 0.69 0.14 40.66 0.68 0.56
Hex DB AA 43 0 16 45 E 29 44 38
Octal 333 252 103 0 26 105 16 51 104 70
Binary 11011011 10101010 1000011 0 10110 1000101 1110 101001 1000100 111000

Color Harmonies of #DBAA43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBAA43

Black with #DBAA43

Text Example


Text Example

White with #DBAA43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBAA43; }

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

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

background-color css

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

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

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

border-color css

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

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

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