#D6C361

Color #D6C361 Tacha (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tacha #D6C361

Tints of Tacha #D6C361

Color information

#D6C361 (or 0xD6C361) is unknown color: approx Tacha. HEX triplet: D6, C3 and 61. RGB value is (214,195,97). Sum of RGB (Red+Green+Blue) = 214+195+97=506 (67% of max value = 765). Red value is 214 (83.98% from 255 or 42.29% from 506); Green value is 195 (76.56% from 255 or 38.54% from 506); Blue value is 97 (38.28% from 255 or 19.17% from 506); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C361 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6C361 is #293C9E. Grayscale: #BDBDBD. Windows color (decimal): -2702495 or 6407126. OLE color: 6407126.

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

Color convert

RGB21419597-
CMYK00.090.550.16
HSL50.26º58.79%60.98%-
HSV(B)50.26º54.67%83.92%-
XYZ49.454.1919.16-
YUV189.5175.79145.47-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 42.29%
GREEN value IS 195 (76.56% from 255) = 38.54%
BLUE value IS 97 (38.28% from 255) = 19.17%
R=42.29%
G=38.54%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.55
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141959700.090.550.1650.2658.7960.98
HexD6C361093710323b3d
Octal3263031410116720627375
Binary110101101100001111000010100111011110000110010111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C361; }

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

 H1.HeaderClassName
 {
   color: #D6C361;
 }
 .AnyTagClassName
 {
   color: #D6C361;
 }
</style>
background-color css

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

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

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

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

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

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