Html Css Color HEX #DBBA59 Tacha

📋 copy color: '#DBBA59'

red 219 ◦ green 186 ◦ blue 89

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

Shades of Tacha #DBBA59

Tints of Tacha #DBBA59

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.65%

 BLUE value IS 89 (35.16% from 255) = 18.02%

R = 44.33%
G = 37.65%
B = 18.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#DBBA59 (or 0xDBBA59) is known color: Tacha. HEX triplet: DB, BA and 59. RGB value is (219,186,89). Sum of RGB (Red+Green+Blue) = 219+186+89=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 89 (35.16% from 255 or 18.02% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA59 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA59 is #2445A6. Grayscale: #B9B9B9. Windows color (decimal): -2377127 or 5880539. OLE color: 5880539.

HSL color Cylindrical-coordinate representation of color #DBBA59: hue angle of 44.77º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DBBA59 is Cyan = 0, Magento = 0.15, Yellow = 0.59 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 186 89 -
CMYK 0 0.15 0.59 0.14
HSL 44.77º 0.64% 0.6% -
HSV(B) 44.77º 0.59% 0.86% -
XYZ 48.58 50.9 16.72 -
YUV 184.81 73.93 152.39 -
System Red Green Blue C M Y K H S L
Decimal 219 186 89 0 0.15 0.59 0.14 44.77 0.64 0.6
Hex DB BA 59 0 F 3B E 2D 40 3C
Octal 333 272 131 0 17 73 16 55 100 74
Binary 11011011 10111010 1011001 0 1111 111011 1110 101101 1000000 111100

Color Harmonies of #DBBA59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA59

Black with #DBBA59

Text Example


Text Example

White with #DBBA59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA59; }

 p { color: rgb(219,186,89); }

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

background-color css

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

 a { background-color: rgb(219,186,89); }

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

border-color css

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

 span { border-color: rgb(219,186,89); }

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