Html Css Color HEX #DBC560 Tacha

📋 copy color: '#DBC560'

red 219 ◦ green 197 ◦ blue 96

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

Shades of Tacha #DBC560

Tints of Tacha #DBC560

RGB

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

 GREEN value IS 197 (77.34% from 255) = 38.48%

 BLUE value IS 96 (37.89% from 255) = 18.75%

R = 42.77%
G = 38.48%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DBC560 (or 0xDBC560) is known color: Tacha. HEX triplet: DB, C5 and 60. RGB value is (219,197,96). Sum of RGB (Red+Green+Blue) = 219+197+96=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 197 (77.34% from 255 or 38.48% from 512); Blue value is 96 (37.89% from 255 or 18.75% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC560 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBC560 is #243A9F. Grayscale: #C0C0C0. Windows color (decimal): -2374304 or 6342107. OLE color: 6342107.

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

Color convert

RGB 219 197 96 -
CMYK 0 0.10 0.56 0.14
HSL 49.27º 0.63% 0.62% -
HSV(B) 49.27º 0.56% 0.86% -
XYZ 51.29 55.84 19.14 -
YUV 192.06 73.79 147.21 -
System Red Green Blue C M Y K H S L
Decimal 219 197 96 0 0.10 0.56 0.14 49.27 0.63 0.62
Hex DB C5 60 0 A 38 E 31 3F 3E
Octal 333 305 140 0 12 70 16 61 77 76
Binary 11011011 11000101 1100000 0 1010 111000 1110 110001 111111 111110

Color Harmonies of #DBC560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBC560

Black with #DBC560

Text Example


Text Example

White with #DBC560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBC560; }

 p { color: rgb(219,197,96); }

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

background-color css

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

 a { background-color: rgb(219,197,96); }

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

border-color css

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

 span { border-color: rgb(219,197,96); }

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