Html Css Color HEX #D6C05C Tacha

📋 copy color: '#D6C05C'

red 214 ◦ green 192 ◦ blue 92

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

Shades of Tacha #D6C05C

Tints of Tacha #D6C05C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 18.47%

R = 42.97%
G = 38.55%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6C05C (or 0xD6C05C) is known color: Tacha. HEX triplet: D6, C0 and 5C. RGB value is (214,192,92). Sum of RGB (Red+Green+Blue) = 214+192+92=498 (65% of max value = 765). Red value is 214 (83.98% from 255 or 42.97% from 498); Green value is 192 (75.39% from 255 or 38.55% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C05C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C05C is #293FA3. Grayscale: #BBBBBB. Windows color (decimal): -2703268 or 6078678. OLE color: 6078678.

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

Color convert

RGB 214 192 92 -
CMYK 0 0.10 0.57 0.16
HSL 49.18º 0.6% 0.6% -
HSV(B) 49.18º 0.57% 0.84% -
XYZ 48.51 52.77 17.75 -
YUV 187.18 74.29 147.13 -
System Red Green Blue C M Y K H S L
Decimal 214 192 92 0 0.10 0.57 0.16 49.18 0.6 0.6
Hex D6 C0 5C 0 A 39 10 31 3C 3C
Octal 326 300 134 0 12 71 20 61 74 74
Binary 11010110 11000000 1011100 0 1010 111001 10000 110001 111100 111100

Color Harmonies of #D6C05C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C05C

Black with #D6C05C

Text Example


Text Example

White with #D6C05C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C05C; }

 p { color: rgb(214,192,92); }

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

background-color css

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

 a { background-color: rgb(214,192,92); }

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

border-color css

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

 span { border-color: rgb(214,192,92); }

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