Html Css Color HEX #D6C062 Tacha

📋 copy color: '#D6C062'

red 214 ◦ green 192 ◦ blue 98

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

Shades of Tacha #D6C062

Tints of Tacha #D6C062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 19.44%

R = 42.46%
G = 38.1%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6C062 (or 0xD6C062) is known color: Tacha. HEX triplet: D6, C0 and 62. RGB value is (214,192,98). Sum of RGB (Red+Green+Blue) = 214+192+98=504 (66% of max value = 765). Red value is 214 (83.98% from 255 or 42.46% from 504); Green value is 192 (75.39% from 255 or 38.10% from 504); Blue value is 98 (38.67% from 255 or 19.44% from 504); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C062 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C062 is #293F9D. Grayscale: #BCBCBC. Windows color (decimal): -2703262 or 6471894. OLE color: 6471894.

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

Color convert

RGB 214 192 98 -
CMYK 0 0.10 0.54 0.16
HSL 48.62º 0.59% 0.61% -
HSV(B) 48.62º 0.54% 0.84% -
XYZ 48.79 52.88 19.19 -
YUV 187.86 77.29 146.64 -
System Red Green Blue C M Y K H S L
Decimal 214 192 98 0 0.10 0.54 0.16 48.62 0.59 0.61
Hex D6 C0 62 0 A 36 10 31 3B 3D
Octal 326 300 142 0 12 66 20 61 73 75
Binary 11010110 11000000 1100010 0 1010 110110 10000 110001 111011 111101

Color Harmonies of #D6C062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C062

Black with #D6C062

Text Example


Text Example

White with #D6C062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C062; }

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

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

background-color css

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

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

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

border-color css

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

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

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