Html Css Color HEX #D6CA62 Tacha

📋 copy color: '#D6CA62'

red 214 ◦ green 202 ◦ blue 98

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

Shades of Tacha #D6CA62

Tints of Tacha #D6CA62

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39.3%

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

R = 41.63%
G = 39.3%
B = 19.07%

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

#D6CA62 (or 0xD6CA62) is known color: Tacha. HEX triplet: D6, CA and 62. RGB value is (214,202,98). Sum of RGB (Red+Green+Blue) = 214+202+98=514 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.63% from 514); Green value is 202 (79.30% from 255 or 39.30% from 514); Blue value is 98 (38.67% from 255 or 19.07% from 514); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CA62 is #29359D. Grayscale: #C2C2C2. Windows color (decimal): -2700702 or 6474454. OLE color: 6474454.

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

Color convert

RGB 214 202 98 -
CMYK 0 0.06 0.54 0.16
HSL 53.79º 0.59% 0.61% -
HSV(B) 53.79º 0.54% 0.84% -
XYZ 51.06 57.42 19.95 -
YUV 193.73 73.98 142.46 -
System Red Green Blue C M Y K H S L
Decimal 214 202 98 0 0.06 0.54 0.16 53.79 0.59 0.61
Hex D6 CA 62 0 6 36 10 36 3B 3D
Octal 326 312 142 0 6 66 20 66 73 75
Binary 11010110 11001010 1100010 0 110 110110 10000 110110 111011 111101

Color Harmonies of #D6CA62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA62

Black with #D6CA62

Text Example


Text Example

White with #D6CA62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA62; }

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

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

background-color css

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

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

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

border-color css

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

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

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