Html Css Color HEX #DBBA61 Tacha

📋 copy color: '#DBBA61'

red 219 ◦ green 186 ◦ blue 97

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

Shades of Tacha #DBBA61

Tints of Tacha #DBBA61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 19.32%

R = 43.63%
G = 37.05%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBBA61 (or 0xDBBA61) is known color: Tacha. HEX triplet: DB, BA and 61. RGB value is (219,186,97). Sum of RGB (Red+Green+Blue) = 219+186+97=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 186 (73.05% from 255 or 37.05% from 502); Blue value is 97 (38.28% from 255 or 19.32% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA61 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA61 is #24459E. Grayscale: #BABABA. Windows color (decimal): -2377119 or 6404827. OLE color: 6404827.

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

Color convert

RGB 219 186 97 -
CMYK 0 0.15 0.56 0.14
HSL 43.77º 0.63% 0.62% -
HSV(B) 43.77º 0.56% 0.86% -
XYZ 48.93 51.04 18.58 -
YUV 185.72 77.93 151.74 -
System Red Green Blue C M Y K H S L
Decimal 219 186 97 0 0.15 0.56 0.14 43.77 0.63 0.62
Hex DB BA 61 0 F 38 E 2C 3F 3E
Octal 333 272 141 0 17 70 16 54 77 76
Binary 11011011 10111010 1100001 0 1111 111000 1110 101100 111111 111110

Color Harmonies of #DBBA61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA61

Black with #DBBA61

Text Example


Text Example

White with #DBBA61

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA61; }

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

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

background-color css

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

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

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

border-color css

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

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

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