Html Css Color HEX #D7C75D Tacha

📋 copy color: '#D7C75D'

red 215 ◦ green 199 ◦ blue 93

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

Shades of Tacha #D7C75D

Tints of Tacha #D7C75D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 18.34%

R = 42.41%
G = 39.25%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7C75D (or 0xD7C75D) is known color: Tacha. HEX triplet: D7, C7 and 5D. RGB value is (215,199,93). Sum of RGB (Red+Green+Blue) = 215+199+93=507 (67% of max value = 765). Red value is 215 (84.38% from 255 or 42.41% from 507); Green value is 199 (78.12% from 255 or 39.25% from 507); Blue value is 93 (36.72% from 255 or 18.34% from 507); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C75D is #2838A2. Grayscale: #C0C0C0. Windows color (decimal): -2635939 or 6146007. OLE color: 6146007.

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

Color convert

RGB 215 199 93 -
CMYK 0 0.07 0.57 0.16
HSL 52.13º 0.6% 0.6% -
HSV(B) 52.13º 0.57% 0.84% -
XYZ 50.42 56.08 18.52 -
YUV 191.7 72.3 144.62 -
System Red Green Blue C M Y K H S L
Decimal 215 199 93 0 0.07 0.57 0.16 52.13 0.6 0.6
Hex D7 C7 5D 0 7 39 10 34 3C 3C
Octal 327 307 135 0 7 71 20 64 74 74
Binary 11010111 11000111 1011101 0 111 111001 10000 110100 111100 111100

Color Harmonies of #D7C75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C75D

Black with #D7C75D

Text Example


Text Example

White with #D7C75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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