Html Css Color HEX #DBC061 Tacha

📋 copy color: '#DBC061'

red 219 ◦ green 192 ◦ blue 97

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

Shades of Tacha #DBC061

Tints of Tacha #DBC061

RGB

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

 GREEN value IS 192 (75.39% from 255) = 37.8%

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

R = 43.11%
G = 37.8%
B = 19.09%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBC061 (or 0xDBC061) is known color: Tacha. HEX triplet: DB, C0 and 61. RGB value is (219,192,97). Sum of RGB (Red+Green+Blue) = 219+192+97=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 192 (75.39% from 255 or 37.80% from 508); Blue value is 97 (38.28% from 255 or 19.09% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC061 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC061 is #243F9E. Grayscale: #BDBDBD. Windows color (decimal): -2375583 or 6406363. OLE color: 6406363.

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

Color convert

RGB 219 192 97 -
CMYK 0 0.12 0.56 0.14
HSL 46.72º 0.63% 0.62% -
HSV(B) 46.72º 0.56% 0.86% -
XYZ 50.22 53.62 19.01 -
YUV 189.24 75.95 149.22 -
System Red Green Blue C M Y K H S L
Decimal 219 192 97 0 0.12 0.56 0.14 46.72 0.63 0.62
Hex DB C0 61 0 C 38 E 2F 3F 3E
Octal 333 300 141 0 14 70 16 57 77 76
Binary 11011011 11000000 1100001 0 1100 111000 1110 101111 111111 111110

Color Harmonies of #DBC061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC061

Black with #DBC061

Text Example


Text Example

White with #DBC061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC061; }

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

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

background-color css

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

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

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

border-color css

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

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

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