Html Css Color HEX #D6C95D Tacha

📋 copy color: '#D6C95D'

red 214 ◦ green 201 ◦ blue 93

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

Shades of Tacha #D6C95D

Tints of Tacha #D6C95D

RGB

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

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

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

R = 42.13%
G = 39.57%
B = 18.31%

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

#D6C95D (or 0xD6C95D) is known color: Tacha. HEX triplet: D6, C9 and 5D. RGB value is (214,201,93). Sum of RGB (Red+Green+Blue) = 214+201+93=508 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.13% from 508); Green value is 201 (78.91% from 255 or 39.57% from 508); Blue value is 93 (36.72% from 255 or 18.31% from 508); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C95D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C95D is #2936A2. Grayscale: #C1C1C1. Windows color (decimal): -2700963 or 6146518. OLE color: 6146518.

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

Color convert

RGB 214 201 93 -
CMYK 0 0.06 0.57 0.16
HSL 53.55º 0.6% 0.6% -
HSV(B) 53.55º 0.57% 0.84% -
XYZ 50.59 56.86 18.66 -
YUV 192.58 71.81 143.28 -
System Red Green Blue C M Y K H S L
Decimal 214 201 93 0 0.06 0.57 0.16 53.55 0.6 0.6
Hex D6 C9 5D 0 6 39 10 36 3C 3C
Octal 326 311 135 0 6 71 20 66 74 74
Binary 11010110 11001001 1011101 0 110 111001 10000 110110 111100 111100

Color Harmonies of #D6C95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C95D

Black with #D6C95D

Text Example


Text Example

White with #D6C95D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C95D; }

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

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

background-color css

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

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

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

border-color css

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

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

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