Html Css Color HEX #DBBA57 Tacha

📋 copy color: '#DBBA57'

red 219 ◦ green 186 ◦ blue 87

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

Shades of Tacha #DBBA57

Tints of Tacha #DBBA57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 17.68%

R = 44.51%
G = 37.8%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.60

 K value IS 0.14

RGB Variations

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

Color information

#DBBA57 (or 0xDBBA57) is known color: Tacha. HEX triplet: DB, BA and 57. RGB value is (219,186,87). Sum of RGB (Red+Green+Blue) = 219+186+87=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 186 (73.05% from 255 or 37.80% from 492); Blue value is 87 (34.38% from 255 or 17.68% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBA57 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBBA57 is #2445A8. Grayscale: #B9B9B9. Windows color (decimal): -2377129 or 5749467. OLE color: 5749467.

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

Color convert

RGB 219 186 87 -
CMYK 0 0.15 0.60 0.14
HSL 45º 0.65% 0.6% -
HSV(B) 45º 0.6% 0.86% -
XYZ 48.49 50.87 16.28 -
YUV 184.58 72.93 152.55 -
System Red Green Blue C M Y K H S L
Decimal 219 186 87 0 0.15 0.60 0.14 45 0.65 0.6
Hex DB BA 57 0 F 3C E 2D 41 3C
Octal 333 272 127 0 17 74 16 55 101 74
Binary 11011011 10111010 1010111 0 1111 111100 1110 101101 1000001 111100

Color Harmonies of #DBBA57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBBA57

Black with #DBBA57

Text Example


Text Example

White with #DBBA57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBBA57; }

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

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

background-color css

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

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

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

border-color css

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

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

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