Html Css Color HEX #D7C765 Tacha

📋 copy color: '#D7C765'

red 215 ◦ green 199 ◦ blue 101

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

Shades of Tacha #D7C765

Tints of Tacha #D7C765

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 19.61%

R = 41.75%
G = 38.64%
B = 19.61%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D7C765 (or 0xD7C765) is known color: Tacha. HEX triplet: D7, C7 and 65. RGB value is (215,199,101). Sum of RGB (Red+Green+Blue) = 215+199+101=515 (68% of max value = 765). Red value is 215 (84.38% from 255 or 41.75% from 515); Green value is 199 (78.12% from 255 or 38.64% from 515); Blue value is 101 (39.84% from 255 or 19.61% from 515); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C765 is #28389A. Grayscale: #C1C1C1. Windows color (decimal): -2635931 or 6670295. OLE color: 6670295.

HSL color Cylindrical-coordinate representation of color #D7C765: hue angle of 51.58º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D7C765 is Cyan = 0, Magento = 0.07, Yellow = 0.53 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 199 101 -
CMYK 0 0.07 0.53 0.16
HSL 51.58º 0.59% 0.62% -
HSV(B) 51.58º 0.53% 0.84% -
XYZ 50.8 56.23 20.49 -
YUV 192.61 76.3 143.97 -
System Red Green Blue C M Y K H S L
Decimal 215 199 101 0 0.07 0.53 0.16 51.58 0.59 0.62
Hex D7 C7 65 0 7 35 10 34 3B 3E
Octal 327 307 145 0 7 65 20 64 73 76
Binary 11010111 11000111 1100101 0 111 110101 10000 110100 111011 111110

Color Harmonies of #D7C765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C765

Black with #D7C765

Text Example


Text Example

White with #D7C765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C765; }

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

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

background-color css

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

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

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

border-color css

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

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

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