Html Css Color HEX #D6C358 Tacha

📋 copy color: '#D6C358'

red 214 ◦ green 195 ◦ blue 88

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

Shades of Tacha #D6C358

Tints of Tacha #D6C358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 17.71%

R = 43.06%
G = 39.24%
B = 17.71%

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

#D6C358 (or 0xD6C358) is known color: Tacha. HEX triplet: D6, C3 and 58. RGB value is (214,195,88). Sum of RGB (Red+Green+Blue) = 214+195+88=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 195 (76.56% from 255 or 39.24% from 497); Blue value is 88 (34.77% from 255 or 17.71% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C358 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C358 is #293CA7. Grayscale: #BCBCBC. Windows color (decimal): -2702504 or 5817302. OLE color: 5817302.

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

Color convert

RGB 214 195 88 -
CMYK 0 0.09 0.59 0.16
HSL 50.95º 0.61% 0.59% -
HSV(B) 50.95º 0.59% 0.84% -
XYZ 49.01 54.03 17.08 -
YUV 188.48 71.29 146.2 -
System Red Green Blue C M Y K H S L
Decimal 214 195 88 0 0.09 0.59 0.16 50.95 0.61 0.59
Hex D6 C3 58 0 9 3B 10 33 3D 3B
Octal 326 303 130 0 11 73 20 63 75 73
Binary 11010110 11000011 1011000 0 1001 111011 10000 110011 111101 111011

Color Harmonies of #D6C358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C358

Black with #D6C358

Text Example


Text Example

White with #D6C358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C358; }

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

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

background-color css

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

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

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

border-color css

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

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

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