Html Css Color HEX #D6C962 Tacha

📋 copy color: '#D6C962'

red 214 ◦ green 201 ◦ blue 98

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

Shades of Tacha #D6C962

Tints of Tacha #D6C962

RGB

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

 GREEN value IS 201 (78.91% from 255) = 39.18%

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

R = 41.72%
G = 39.18%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D6C962 (or 0xD6C962) is known color: Tacha. HEX triplet: D6, C9 and 62. RGB value is (214,201,98). Sum of RGB (Red+Green+Blue) = 214+201+98=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 201 (78.91% from 255 or 39.18% from 513); Blue value is 98 (38.67% from 255 or 19.10% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C962 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C962 is #29369D. Grayscale: #C1C1C1. Windows color (decimal): -2700958 or 6474198. OLE color: 6474198.

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

Color convert

RGB 214 201 98 -
CMYK 0 0.06 0.54 0.16
HSL 53.28º 0.59% 0.61% -
HSV(B) 53.28º 0.54% 0.84% -
XYZ 50.82 56.95 19.87 -
YUV 193.15 74.31 142.88 -
System Red Green Blue C M Y K H S L
Decimal 214 201 98 0 0.06 0.54 0.16 53.28 0.59 0.61
Hex D6 C9 62 0 6 36 10 35 3B 3D
Octal 326 311 142 0 6 66 20 65 73 75
Binary 11010110 11001001 1100010 0 110 110110 10000 110101 111011 111101

Color Harmonies of #D6C962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C962

Black with #D6C962

Text Example


Text Example

White with #D6C962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C962; }

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

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

background-color css

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

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

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

border-color css

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

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

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