Html Css Color HEX #D4C160 Tacha

📋 copy color: '#D4C160'

red 212 ◦ green 193 ◦ blue 96

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

Shades of Tacha #D4C160

Tints of Tacha #D4C160

RGB

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

 GREEN value IS 193 (75.78% from 255) = 38.52%

 BLUE value IS 96 (37.89% from 255) = 19.16%

R = 42.32%
G = 38.52%
B = 19.16%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D4C160 (or 0xD4C160) is known color: Tacha. HEX triplet: D4, C1 and 60. RGB value is (212,193,96). Sum of RGB (Red+Green+Blue) = 212+193+96=501 (66% of max value = 765). Red value is 212 (83.20% from 255 or 42.32% from 501); Green value is 193 (75.78% from 255 or 38.52% from 501); Blue value is 96 (37.89% from 255 or 19.16% from 501); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C160 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D4C160 is #2B3E9F. Grayscale: #BCBCBC. Windows color (decimal): -2834080 or 6341076. OLE color: 6341076.

HSL color Cylindrical-coordinate representation of color #D4C160: hue angle of 50.17º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D4C160 is Cyan = 0, Magento = 0.09, Yellow = 0.55 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 193 96 -
CMYK 0 0.09 0.55 0.17
HSL 50.17º 0.57% 0.6% -
HSV(B) 50.17º 0.55% 0.83% -
XYZ 48.33 52.98 18.75 -
YUV 187.62 76.29 145.39 -
System Red Green Blue C M Y K H S L
Decimal 212 193 96 0 0.09 0.55 0.17 50.17 0.57 0.6
Hex D4 C1 60 0 9 37 11 32 39 3C
Octal 324 301 140 0 11 67 21 62 71 74
Binary 11010100 11000001 1100000 0 1001 110111 10001 110010 111001 111100

Color Harmonies of #D4C160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4C160

Black with #D4C160

Text Example


Text Example

White with #D4C160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4C160; }

 p { color: rgb(212,193,96); }

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

background-color css

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

 a { background-color: rgb(212,193,96); }

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

border-color css

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

 span { border-color: rgb(212,193,96); }

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