Html Css Color HEX #DBA646 Tulip Tree

📋 copy color: '#DBA646'

red 219 ◦ green 166 ◦ blue 70

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

Shades of Tulip Tree #DBA646

Tints of Tulip Tree #DBA646

RGB

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

 GREEN value IS 166 (65.23% from 255) = 36.48%

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

R = 48.13%
G = 36.48%
B = 15.38%

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

#DBA646 (or 0xDBA646) is known color: Tulip Tree. HEX triplet: DB, A6 and 46. RGB value is (219,166,70). Sum of RGB (Red+Green+Blue) = 219+166+70=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 166 (65.23% from 255 or 36.48% from 455); Blue value is 70 (27.73% from 255 or 15.38% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA646 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA646 is #2459B9. Grayscale: #ABABAB. Windows color (decimal): -2382266 or 4630235. OLE color: 4630235.

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

Color convert

RGB 219 166 70 -
CMYK 0 0.24 0.68 0.14
HSL 38.66º 0.67% 0.57% -
HSV(B) 38.66º 0.68% 0.86% -
XYZ 43.96 42.77 11.73 -
YUV 170.9 71.06 162.31 -
System Red Green Blue C M Y K H S L
Decimal 219 166 70 0 0.24 0.68 0.14 38.66 0.67 0.57
Hex DB A6 46 0 18 44 E 27 43 39
Octal 333 246 106 0 30 104 16 47 103 71
Binary 11011011 10100110 1000110 0 11000 1000100 1110 100111 1000011 111001

Color Harmonies of #DBA646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA646

Black with #DBA646

Text Example


Text Example

White with #DBA646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA646; }

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

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

background-color css

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

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

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

border-color css

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

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

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