Html Css Color HEX #D6C75D Tacha

📋 copy color: '#D6C75D'

red 214 ◦ green 199 ◦ blue 93

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

Shades of Tacha #D6C75D

Tints of Tacha #D6C75D

RGB

 RED value IS 214 (83.98% from 255) = 42.29%

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

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

R = 42.29%
G = 39.33%
B = 18.38%

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

#D6C75D (or 0xD6C75D) is known color: Tacha. HEX triplet: D6, C7 and 5D. RGB value is (214,199,93). Sum of RGB (Red+Green+Blue) = 214+199+93=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 199 (78.12% from 255 or 39.33% from 506); Blue value is 93 (36.72% from 255 or 18.38% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C75D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C75D is #2938A2. Grayscale: #BFBFBF. Windows color (decimal): -2701475 or 6146006. OLE color: 6146006.

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

Color convert

RGB 214 199 93 -
CMYK 0 0.07 0.57 0.16
HSL 52.56º 0.6% 0.6% -
HSV(B) 52.56º 0.57% 0.84% -
XYZ 50.13 55.93 18.51 -
YUV 191.4 72.47 144.12 -
System Red Green Blue C M Y K H S L
Decimal 214 199 93 0 0.07 0.57 0.16 52.56 0.6 0.6
Hex D6 C7 5D 0 7 39 10 35 3C 3C
Octal 326 307 135 0 7 71 20 65 74 74
Binary 11010110 11000111 1011101 0 111 111001 10000 110101 111100 111100

Color Harmonies of #D6C75D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C75D

Black with #D6C75D

Text Example


Text Example

White with #D6C75D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C75D; }

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

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

background-color css

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

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

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

border-color css

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

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

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