Shades of Harvest Gold #DDB26F
Tints of Harvest Gold #DDB26F
RGB
CMYK
RGB Variations
Color information
#DDB26F (or 0xDDB26F) is known color: Harvest Gold. HEX triplet: DD, B2 and 6F. RGB value is (221,178,111). Sum of RGB (Red+Green+Blue) = 221+178+111=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 178 (69.92% from 255 or 34.90% from 510); Blue value is 111 (43.75% from 255 or 21.76% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB26F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB26F is #224D90. Grayscale: #B7B7B7. Windows color (decimal): -2248081 or 7320285. OLE color: 7320285.
HSL color Cylindrical-coordinate representation of color #DDB26F: hue angle of 36.55º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DDB26F is Cyan = 0, Magento = 0.19, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 111 | - |
| CMYK | 0 | 0.19 | 0.50 | 0.13 |
| HSL | 36.55º | 0.62% | 0.65% | - |
| HSV(B) | 36.55º | 0.5% | 0.87% | - |
| XYZ | 48.61 | 48.36 | 21.81 | - |
| YUV | 183.22 | 87.25 | 154.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 111 | 0 | 0.19 | 0.50 | 0.13 | 36.55 | 0.62 | 0.65 |
| Hex | DD | B2 | 6F | 0 | 13 | 32 | D | 25 | 3E | 41 |
| Octal | 335 | 262 | 157 | 0 | 23 | 62 | 15 | 45 | 76 | 101 |
| Binary | 11011101 | 10110010 | 1101111 | 0 | 10011 | 110010 | 1101 | 100101 | 111110 | 1000001 |
Color Harmonies of #DDB26F
Complementary color
Monochromatic Colors of #DDB26F
Black with #DDB26F
Text Example
Text Example
White with #DDB26F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB26F; }
p { color: rgb(221,178,111); }
H1.HeaderClassName
{
color: #DDB26F;
}
.AnyTagClassName
{
color: #DDB26F;
}
</style>
background-color css
<style>
a { background-color: #DDB26F; }
a { background-color: rgb(221,178,111); }
div.DivClassName
{
background-color: #DDB26F;
}
.BgClassName
{
background-color: #DDB26F;
}
</style>
border-color css
<style>
span { border-color: #DDB26F; }
span { border-color: rgb(221,178,111); }
td.TdClassName
{
border-color: #DDB26F;
}
.TagClassName
{
border-color: #DDB26F;
}
</style>