Html Css Color HEX #DBA746 Tulip Tree

📋 copy color: '#DBA746'

red 219 ◦ green 167 ◦ blue 70

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

Shades of Tulip Tree #DBA746

Tints of Tulip Tree #DBA746

RGB

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

 GREEN value IS 167 (65.63% from 255) = 36.62%

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

R = 48.03%
G = 36.62%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBA746 (or 0xDBA746) is known color: Tulip Tree. HEX triplet: DB, A7 and 46. RGB value is (219,167,70). Sum of RGB (Red+Green+Blue) = 219+167+70=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 70 (27.73% from 255 or 15.35% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA746 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA746 is #2458B9. Grayscale: #ABABAB. Windows color (decimal): -2382010 or 4630491. OLE color: 4630491.

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

Color convert

RGB 219 167 70 -
CMYK 0 0.24 0.68 0.14
HSL 39.06º 0.67% 0.57% -
HSV(B) 39.06º 0.68% 0.86% -
XYZ 44.14 43.14 11.79 -
YUV 171.49 70.73 161.89 -
System Red Green Blue C M Y K H S L
Decimal 219 167 70 0 0.24 0.68 0.14 39.06 0.67 0.57
Hex DB A7 46 0 18 44 E 27 43 39
Octal 333 247 106 0 30 104 16 47 103 71
Binary 11011011 10100111 1000110 0 11000 1000100 1110 100111 1000011 111001

Color Harmonies of #DBA746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA746

Black with #DBA746

Text Example


Text Example

White with #DBA746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA746; }

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

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

background-color css

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

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

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

border-color css

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

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

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