Html Css Color HEX #DBA946 Tulip Tree

📋 copy color: '#DBA946'

red 219 ◦ green 169 ◦ blue 70

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

Shades of Tulip Tree #DBA946

Tints of Tulip Tree #DBA946

RGB

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

 GREEN value IS 169 (66.41% from 255) = 36.9%

 BLUE value IS 70 (27.73% from 255) = 15.28%

R = 47.82%
G = 36.9%
B = 15.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBA946 (or 0xDBA946) is known color: Tulip Tree. HEX triplet: DB, A9 and 46. RGB value is (219,169,70). Sum of RGB (Red+Green+Blue) = 219+169+70=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 169 (66.41% from 255 or 36.90% from 458); Blue value is 70 (27.73% from 255 or 15.28% from 458); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA946 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA946 is #2456B9. Grayscale: #ADADAD. Windows color (decimal): -2381498 or 4631003. OLE color: 4631003.

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

Color convert

RGB 219 169 70 -
CMYK 0 0.23 0.68 0.14
HSL 39.87º 0.67% 0.57% -
HSV(B) 39.87º 0.68% 0.86% -
XYZ 44.51 43.88 11.92 -
YUV 172.66 70.07 161.05 -
System Red Green Blue C M Y K H S L
Decimal 219 169 70 0 0.23 0.68 0.14 39.87 0.67 0.57
Hex DB A9 46 0 17 44 E 28 43 39
Octal 333 251 106 0 27 104 16 50 103 71
Binary 11011011 10101001 1000110 0 10111 1000100 1110 101000 1000011 111001

Color Harmonies of #DBA946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA946

Black with #DBA946

Text Example


Text Example

White with #DBA946

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA946; }

 p { color: rgb(219,169,70); }

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

background-color css

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

 a { background-color: rgb(219,169,70); }

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

border-color css

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

 span { border-color: rgb(219,169,70); }

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