Shades of Tacha #D9C35C
Tints of Tacha #D9C35C
RGB
CMYK
RGB Variations
Color information
#D9C35C (or 0xD9C35C) is known color: Tacha. HEX triplet: D9, C3 and 5C. RGB value is (217,195,92). Sum of RGB (Red+Green+Blue) = 217+195+92=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 195 (76.56% from 255 or 38.69% from 504); Blue value is 92 (36.33% from 255 or 18.25% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C35C is #263CA3. Grayscale: #BEBEBE. Windows color (decimal): -2505892 or 6079449. OLE color: 6079449.
HSL color Cylindrical-coordinate representation of color #D9C35C: hue angle of 49.44º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D9C35C is Cyan = 0, Magento = 0.10, Yellow = 0.58 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 195 | 92 | - |
| CMYK | 0 | 0.10 | 0.58 | 0.15 |
| HSL | 49.44º | 0.62% | 0.61% | - |
| HSV(B) | 49.44º | 0.58% | 0.85% | - |
| XYZ | 50.06 | 54.55 | 18.02 | - |
| YUV | 189.84 | 72.79 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 92 | 0 | 0.10 | 0.58 | 0.15 | 49.44 | 0.62 | 0.61 |
| Hex | D9 | C3 | 5C | 0 | A | 3A | F | 31 | 3E | 3D |
| Octal | 331 | 303 | 134 | 0 | 12 | 72 | 17 | 61 | 76 | 75 |
| Binary | 11011001 | 11000011 | 1011100 | 0 | 1010 | 111010 | 1111 | 110001 | 111110 | 111101 |
Color Harmonies of #D9C35C
Complementary color
Monochromatic Colors of #D9C35C
Black with #D9C35C
Text Example
Text Example
White with #D9C35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C35C; }
p { color: rgb(217,195,92); }
H1.HeaderClassName
{
color: #D9C35C;
}
.AnyTagClassName
{
color: #D9C35C;
}
</style>
background-color css
<style>
a { background-color: #D9C35C; }
a { background-color: rgb(217,195,92); }
div.DivClassName
{
background-color: #D9C35C;
}
.BgClassName
{
background-color: #D9C35C;
}
</style>
border-color css
<style>
span { border-color: #D9C35C; }
span { border-color: rgb(217,195,92); }
td.TdClassName
{
border-color: #D9C35C;
}
.TagClassName
{
border-color: #D9C35C;
}
</style>