Html Css Color HEX #D7C760 Tacha

📋 copy color: '#D7C760'

red 215 ◦ green 199 ◦ blue 96

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

Shades of Tacha #D7C760

Tints of Tacha #D7C760

RGB

 RED value IS 215 (84.38% from 255) = 42.16%

 GREEN value IS 199 (78.13% from 255) = 39.02%

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

R = 42.16%
G = 39.02%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D7C760 (or 0xD7C760) is known color: Tacha. HEX triplet: D7, C7 and 60. RGB value is (215,199,96). Sum of RGB (Red+Green+Blue) = 215+199+96=510 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.16% from 510); Green value is 199 (78.12% from 255 or 39.02% from 510); Blue value is 96 (37.89% from 255 or 18.82% from 510); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C760 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C760 is #28389F. Grayscale: #C0C0C0. Windows color (decimal): -2635936 or 6342615. OLE color: 6342615.

HSL color Cylindrical-coordinate representation of color #D7C760: hue angle of 51.93º degrees, saturation: 0.6, 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 #D7C760 is Cyan = 0, Magento = 0.07, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 199 96 -
CMYK 0 0.07 0.55 0.16
HSL 51.93º 0.6% 0.61% -
HSV(B) 51.93º 0.55% 0.84% -
XYZ 50.56 56.14 19.24 -
YUV 192.04 73.8 144.38 -
System Red Green Blue C M Y K H S L
Decimal 215 199 96 0 0.07 0.55 0.16 51.93 0.6 0.61
Hex D7 C7 60 0 7 37 10 34 3C 3D
Octal 327 307 140 0 7 67 20 64 74 75
Binary 11010111 11000111 1100000 0 111 110111 10000 110100 111100 111101

Color Harmonies of #D7C760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C760

Black with #D7C760

Text Example


Text Example

White with #D7C760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C760; }

 p { color: rgb(215,199,96); }

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

background-color css

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

 a { background-color: rgb(215,199,96); }

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

border-color css

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

 span { border-color: rgb(215,199,96); }

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