Html Css Color HEX #D5C060 Tacha

📋 copy color: '#D5C060'

red 213 ◦ green 192 ◦ blue 96

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

Shades of Tacha #D5C060

Tints of Tacha #D5C060

RGB

 RED value IS 213 (83.59% from 255) = 42.51%

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

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

R = 42.51%
G = 38.32%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5C060 (or 0xD5C060) is known color: Tacha. HEX triplet: D5, C0 and 60. RGB value is (213,192,96). Sum of RGB (Red+Green+Blue) = 213+192+96=501 (66% of max value = 765). Red value is 213 (83.59% from 255 or 42.51% from 501); Green value is 192 (75.39% from 255 or 38.32% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C060 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C060 is #2A3F9F. Grayscale: #BBBBBB. Windows color (decimal): -2768800 or 6340821. OLE color: 6340821.

HSL color Cylindrical-coordinate representation of color #D5C060: hue angle of 49.23º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5C060 is Cyan = 0, Magento = 0.10, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 192 96 -
CMYK 0 0.10 0.55 0.16
HSL 49.23º 0.58% 0.61% -
HSV(B) 49.23º 0.55% 0.84% -
XYZ 48.4 52.69 18.69 -
YUV 187.34 76.46 146.31 -
System Red Green Blue C M Y K H S L
Decimal 213 192 96 0 0.10 0.55 0.16 49.23 0.58 0.61
Hex D5 C0 60 0 A 37 10 31 3A 3D
Octal 325 300 140 0 12 67 20 61 72 75
Binary 11010101 11000000 1100000 0 1010 110111 10000 110001 111010 111101

Color Harmonies of #D5C060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5C060

Black with #D5C060

Text Example


Text Example

White with #D5C060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5C060; }

 p { color: rgb(213,192,96); }

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

background-color css

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

 a { background-color: rgb(213,192,96); }

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

border-color css

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

 span { border-color: rgb(213,192,96); }

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