Shades of Fallow #CDA268
Tints of Fallow #CDA268
RGB
CMYK
RGB Variations
Color information
#CDA268 (or 0xCDA268) is known color: Fallow. HEX triplet: CD, A2 and 68. RGB value is (205,162,104). Sum of RGB (Red+Green+Blue) = 205+162+104=471 (62% of max value = 765). Red value is 205 (80.47% from 255 or 43.52% from 471); Green value is 162 (63.67% from 255 or 34.39% from 471); Blue value is 104 (41.02% from 255 or 22.08% from 471); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA268 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CDA268 is #325D97. Grayscale: #A8A8A8. Windows color (decimal): -3300760 or 6857421. OLE color: 6857421.
HSL color Cylindrical-coordinate representation of color #CDA268: hue angle of 34.46º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CDA268 is Cyan = 0, Magento = 0.21, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 162 | 104 | - |
| CMYK | 0 | 0.21 | 0.49 | 0.20 |
| HSL | 34.46º | 0.5% | 0.61% | - |
| HSV(B) | 34.46º | 0.49% | 0.8% | - |
| XYZ | 40.6 | 39.82 | 18.64 | - |
| YUV | 168.25 | 91.75 | 154.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 162 | 104 | 0 | 0.21 | 0.49 | 0.20 | 34.46 | 0.5 | 0.61 |
| Hex | CD | A2 | 68 | 0 | 15 | 31 | 14 | 22 | 32 | 3D |
| Octal | 315 | 242 | 150 | 0 | 25 | 61 | 24 | 42 | 62 | 75 |
| Binary | 11001101 | 10100010 | 1101000 | 0 | 10101 | 110001 | 10100 | 100010 | 110010 | 111101 |
Color Harmonies of #CDA268
Complementary color
Monochromatic Colors of #CDA268
Black with #CDA268
Text Example
Text Example
White with #CDA268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDA268; }
p { color: rgb(205,162,104); }
H1.HeaderClassName
{
color: #CDA268;
}
.AnyTagClassName
{
color: #CDA268;
}
</style>
background-color css
<style>
a { background-color: #CDA268; }
a { background-color: rgb(205,162,104); }
div.DivClassName
{
background-color: #CDA268;
}
.BgClassName
{
background-color: #CDA268;
}
</style>
border-color css
<style>
span { border-color: #CDA268; }
span { border-color: rgb(205,162,104); }
td.TdClassName
{
border-color: #CDA268;
}
.TagClassName
{
border-color: #CDA268;
}
</style>