Html Css Color HEX #D6C357 Tacha

📋 copy color: '#D6C357'

red 214 ◦ green 195 ◦ blue 87

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

Shades of Tacha #D6C357

Tints of Tacha #D6C357

RGB

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

 GREEN value IS 195 (76.56% from 255) = 39.31%

 BLUE value IS 87 (34.38% from 255) = 17.54%

R = 43.15%
G = 39.31%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D6C357 (or 0xD6C357) is known color: Tacha. HEX triplet: D6, C3 and 57. RGB value is (214,195,87). Sum of RGB (Red+Green+Blue) = 214+195+87=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 87 (34.38% from 255 or 17.54% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C357 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C357 is #293CA8. Grayscale: #BCBCBC. Windows color (decimal): -2702505 or 5751766. OLE color: 5751766.

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

Color convert

RGB 214 195 87 -
CMYK 0 0.09 0.59 0.16
HSL 51.02º 0.61% 0.59% -
HSV(B) 51.02º 0.59% 0.84% -
XYZ 48.97 54.01 16.86 -
YUV 188.37 70.79 146.28 -
System Red Green Blue C M Y K H S L
Decimal 214 195 87 0 0.09 0.59 0.16 51.02 0.61 0.59
Hex D6 C3 57 0 9 3B 10 33 3D 3B
Octal 326 303 127 0 11 73 20 63 75 73
Binary 11010110 11000011 1010111 0 1001 111011 10000 110011 111101 111011

Color Harmonies of #D6C357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C357

Black with #D6C357

Text Example


Text Example

White with #D6C357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C357; }

 p { color: rgb(214,195,87); }

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

background-color css

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

 a { background-color: rgb(214,195,87); }

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

border-color css

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

 span { border-color: rgb(214,195,87); }

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