Html Css Color HEX #DBA546 Tulip Tree

📋 copy color: '#DBA546'

red 219 ◦ green 165 ◦ blue 70

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

Shades of Tulip Tree #DBA546

Tints of Tulip Tree #DBA546

RGB

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

 GREEN value IS 165 (64.84% from 255) = 36.34%

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

R = 48.24%
G = 36.34%
B = 15.42%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.68

 K value IS 0.14

RGB Variations

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

Color information

#DBA546 (or 0xDBA546) is known color: Tulip Tree. HEX triplet: DB, A5 and 46. RGB value is (219,165,70). Sum of RGB (Red+Green+Blue) = 219+165+70=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 165 (64.84% from 255 or 36.34% from 454); Blue value is 70 (27.73% from 255 or 15.42% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DBA546 is #245AB9. Grayscale: #AAAAAA. Windows color (decimal): -2382522 or 4629979. OLE color: 4629979.

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

Color convert

RGB 219 165 70 -
CMYK 0 0.25 0.68 0.14
HSL 38.26º 0.67% 0.57% -
HSV(B) 38.26º 0.68% 0.86% -
XYZ 43.77 42.41 11.67 -
YUV 170.32 71.39 162.72 -
System Red Green Blue C M Y K H S L
Decimal 219 165 70 0 0.25 0.68 0.14 38.26 0.67 0.57
Hex DB A5 46 0 19 44 E 26 43 39
Octal 333 245 106 0 31 104 16 46 103 71
Binary 11011011 10100101 1000110 0 11001 1000100 1110 100110 1000011 111001

Color Harmonies of #DBA546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBA546

Black with #DBA546

Text Example


Text Example

White with #DBA546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBA546; }

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

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

background-color css

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

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

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

border-color css

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

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

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