#D5C667

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

Shades of Tacha #D5C667

Tints of Tacha #D5C667

Color information

#D5C667 (or 0xD5C667) is unknown color: approx Tacha. HEX triplet: D5, C6 and 67. RGB value is (213,198,103). Sum of RGB (Red+Green+Blue) = 213+198+103=514 (68% of max value = 765). Red value is 213 (83.59% from 255 or 41.44% from 514); Green value is 198 (77.73% from 255 or 38.52% from 514); Blue value is 103 (40.62% from 255 or 20.04% from 514); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C667 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D5C667 is #2A3998. Grayscale: #C0C0C0. Windows color (decimal): -2767257 or 6801109. OLE color: 6801109.

HSL color Cylindrical-coordinate representation of color #D5C667: hue angle of 51.82º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D5C667 is Cyan = 0, Magento = 0.07, Yellow = 0.52 and Black (K on CMYK) = 0.16.

Color convert

RGB213198103-
CMYK00.070.520.16
HSL51.82º56.7%61.96%-
HSV(B)51.82º51.64%83.53%-
XYZ50.0855.5120.91-
YUV191.6677.97143.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 41.44%
GREEN value IS 198 (77.73% from 255) = 38.52%
BLUE value IS 103 (40.62% from 255) = 20.04%
R=41.44%
G=38.52%
B=20.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.52
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319810300.070.520.1651.8256.761.96
HexD5C66707341034393e
Octal325306147076420647176
Binary11010101110001101100111011111010010000110100111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C667; }

 p { color: rgb(213,198,103); }

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

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

 a { background-color: rgb(213,198,103); }

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

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

 span { border-color: rgb(213,198,103); }

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