Shades of Wattle #D1C338
Tints of Wattle #D1C338
RGB
CMYK
RGB Variations
Color information
#D1C338 (or 0xD1C338) is known color: Wattle. HEX triplet: D1, C3 and 38. RGB value is (209,195,56). Sum of RGB (Red+Green+Blue) = 209+195+56=460 (60% of max value = 765). Red value is 209 (82.03% from 255 or 45.43% from 460); Green value is 195 (76.56% from 255 or 42.39% from 460); Blue value is 56 (22.27% from 255 or 12.17% from 460); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C338 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D1C338 is #2E3CC7. Grayscale: #B7B7B7. Windows color (decimal): -3030216 or 3720145. OLE color: 3720145.
HSL color Cylindrical-coordinate representation of color #D1C338: hue angle of 54.51º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D1C338 is Cyan = 0, Magento = 0.07, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 56 | - |
| CMYK | 0 | 0.07 | 0.73 | 0.18 |
| HSL | 54.51º | 0.62% | 0.52% | - |
| HSV(B) | 54.51º | 0.73% | 0.82% | - |
| XYZ | 46.52 | 52.87 | 11.49 | - |
| YUV | 183.34 | 56.14 | 146.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 56 | 0 | 0.07 | 0.73 | 0.18 | 54.51 | 0.62 | 0.52 |
| Hex | D1 | C3 | 38 | 0 | 7 | 49 | 12 | 37 | 3E | 34 |
| Octal | 321 | 303 | 70 | 0 | 7 | 111 | 22 | 67 | 76 | 64 |
| Binary | 11010001 | 11000011 | 111000 | 0 | 111 | 1001001 | 10010 | 110111 | 111110 | 110100 |
Color Harmonies of #D1C338
Complementary color
Monochromatic Colors of #D1C338
Black with #D1C338
Text Example
Text Example
White with #D1C338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C338; }
p { color: rgb(209,195,56); }
H1.HeaderClassName
{
color: #D1C338;
}
.AnyTagClassName
{
color: #D1C338;
}
</style>
background-color css
<style>
a { background-color: #D1C338; }
a { background-color: rgb(209,195,56); }
div.DivClassName
{
background-color: #D1C338;
}
.BgClassName
{
background-color: #D1C338;
}
</style>
border-color css
<style>
span { border-color: #D1C338; }
span { border-color: rgb(209,195,56); }
td.TdClassName
{
border-color: #D1C338;
}
.TagClassName
{
border-color: #D1C338;
}
</style>