Html Css Color HEX #D6CA5D Tacha

📋 copy color: '#D6CA5D'

red 214 ◦ green 202 ◦ blue 93

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

Shades of Tacha #D6CA5D

Tints of Tacha #D6CA5D

RGB

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

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

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

R = 42.04%
G = 39.69%
B = 18.27%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6CA5D (or 0xD6CA5D) is known color: Tacha. HEX triplet: D6, CA and 5D. RGB value is (214,202,93). Sum of RGB (Red+Green+Blue) = 214+202+93=509 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.04% from 509); Green value is 202 (79.30% from 255 or 39.69% from 509); Blue value is 93 (36.72% from 255 or 18.27% from 509); Max value from RGB is 214 - color contains mainly: red. Hex color #D6CA5D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6CA5D is #2935A2. Grayscale: #C1C1C1. Windows color (decimal): -2700707 or 6146774. OLE color: 6146774.

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

Color convert

RGB 214 202 93 -
CMYK 0 0.06 0.57 0.16
HSL 54.05º 0.6% 0.6% -
HSV(B) 54.05º 0.57% 0.84% -
XYZ 50.83 57.33 18.74 -
YUV 193.16 71.48 142.86 -
System Red Green Blue C M Y K H S L
Decimal 214 202 93 0 0.06 0.57 0.16 54.05 0.6 0.6
Hex D6 CA 5D 0 6 39 10 36 3C 3C
Octal 326 312 135 0 6 71 20 66 74 74
Binary 11010110 11001010 1011101 0 110 111001 10000 110110 111100 111100

Color Harmonies of #D6CA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6CA5D

Black with #D6CA5D

Text Example


Text Example

White with #D6CA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6CA5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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