Html Css Color HEX #D4C356 Tacha

📋 copy color: '#D4C356'

red 212 ◦ green 195 ◦ blue 86

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

Shades of Tacha #D4C356

Tints of Tacha #D4C356

RGB

 RED value IS 212 (83.2% from 255) = 43%

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

 BLUE value IS 86 (33.98% from 255) = 17.44%

R = 43%
G = 39.55%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.17

RGB Variations

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

Color information

#D4C356 (or 0xD4C356) is known color: Tacha. HEX triplet: D4, C3 and 56. RGB value is (212,195,86). Sum of RGB (Red+Green+Blue) = 212+195+86=493 (65% of max value = 765). Red value is 212 (83.20% from 255 or 43.00% from 493); Green value is 195 (76.56% from 255 or 39.55% from 493); Blue value is 86 (33.98% from 255 or 17.44% from 493); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C356 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C356 is #2B3CA9. Grayscale: #BCBCBC. Windows color (decimal): -2833578 or 5686228. OLE color: 5686228.

HSL color Cylindrical-coordinate representation of color #D4C356: hue angle of 51.9º degrees, saturation: 0.59, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D4C356 is Cyan = 0, Magento = 0.08, Yellow = 0.59 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 195 86 -
CMYK 0 0.08 0.59 0.17
HSL 51.9º 0.59% 0.58% -
HSV(B) 51.9º 0.59% 0.83% -
XYZ 48.35 53.7 16.62 -
YUV 187.66 70.63 145.36 -
System Red Green Blue C M Y K H S L
Decimal 212 195 86 0 0.08 0.59 0.17 51.9 0.59 0.58
Hex D4 C3 56 0 8 3B 11 34 3B 3A
Octal 324 303 126 0 10 73 21 64 73 72
Binary 11010100 11000011 1010110 0 1000 111011 10001 110100 111011 111010

Color Harmonies of #D4C356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C356

Black with #D4C356

Text Example


Text Example

White with #D4C356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C356; }

 p { color: rgb(212,195,86); }

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

background-color css

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

 a { background-color: rgb(212,195,86); }

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

border-color css

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

 span { border-color: rgb(212,195,86); }

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