Shades of Equator #DDB65C
Tints of Equator #DDB65C
RGB
CMYK
RGB Variations
Color information
#DDB65C (or 0xDDB65C) is known color: Equator. HEX triplet: DD, B6 and 5C. RGB value is (221,182,92). Sum of RGB (Red+Green+Blue) = 221+182+92=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 182 (71.48% from 255 or 36.77% from 495); Blue value is 92 (36.33% from 255 or 18.59% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB65C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB65C is #2249A3. Grayscale: #B7B7B7. Windows color (decimal): -2247076 or 6076125. OLE color: 6076125.
HSL color Cylindrical-coordinate representation of color #DDB65C: hue angle of 41.86º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDB65C is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 92 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.13 |
| HSL | 41.86º | 0.65% | 0.61% | - |
| HSV(B) | 41.86º | 0.58% | 0.87% | - |
| XYZ | 48.48 | 49.6 | 17.14 | - |
| YUV | 183.4 | 76.42 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 92 | 0 | 0.18 | 0.58 | 0.13 | 41.86 | 0.65 | 0.61 |
| Hex | DD | B6 | 5C | 0 | 12 | 3A | D | 2A | 41 | 3D |
| Octal | 335 | 266 | 134 | 0 | 22 | 72 | 15 | 52 | 101 | 75 |
| Binary | 11011101 | 10110110 | 1011100 | 0 | 10010 | 111010 | 1101 | 101010 | 1000001 | 111101 |
Color Harmonies of #DDB65C
Complementary color
Monochromatic Colors of #DDB65C
Black with #DDB65C
Text Example
Text Example
White with #DDB65C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB65C; }
p { color: rgb(221,182,92); }
H1.HeaderClassName
{
color: #DDB65C;
}
.AnyTagClassName
{
color: #DDB65C;
}
</style>
background-color css
<style>
a { background-color: #DDB65C; }
a { background-color: rgb(221,182,92); }
div.DivClassName
{
background-color: #DDB65C;
}
.BgClassName
{
background-color: #DDB65C;
}
</style>
border-color css
<style>
span { border-color: #DDB65C; }
span { border-color: rgb(221,182,92); }
td.TdClassName
{
border-color: #DDB65C;
}
.TagClassName
{
border-color: #DDB65C;
}
</style>