Shades of Goldenrod #DDDF6B
Tints of Goldenrod #DDDF6B
RGB
CMYK
RGB Variations
Color information
#DDDF6B (or 0xDDDF6B) is known color: Goldenrod. HEX triplet: DD, DF and 6B. RGB value is (221,223,107). Sum of RGB (Red+Green+Blue) = 221+223+107=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 223 (87.5% from 255 or 40.47% from 551); Blue value is 107 (42.19% from 255 or 19.42% from 551); Max value from RGB is 223 - color contains mainly: green. Hex color #DDDF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDDF6B is #222094. Grayscale: #D1D1D1. Windows color (decimal): -2236565 or 7069661. OLE color: 7069661.
HSL color Cylindrical-coordinate representation of color #DDDF6B: hue angle of 61.03º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDDF6B is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
RGB | 221 | 223 | 107 | - |
CMYK | 0.01 | 0 | 0.52 | 0.13 |
HSL | 61.03º | 0.64% | 0.65% | - |
HSV(B) | 61.03º | 0.52% | 0.87% | - |
XYZ | 58.86 | 69.21 | 24.17 | - |
YUV | 209.18 | 70.34 | 136.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 223 | 107 | 0.01 | 0 | 0.52 | 0.13 | 61.03 | 0.64 | 0.65 |
Hex | DD | DF | 6B | 1 | 0 | 34 | D | 3D | 40 | 41 |
Octal | 335 | 337 | 153 | 1 | 0 | 64 | 15 | 75 | 100 | 101 |
Binary | 11011101 | 11011111 | 1101011 | 1 | 0 | 110100 | 1101 | 111101 | 1000000 | 1000001 |
Color Harmonies of #DDDF6B
Complementary color
Monochromatic Colors of #DDDF6B
Black with #DDDF6B
Text Example
Text Example
White with #DDDF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDDF6B; }
p { color: rgb(221,223,107); }
H1.HeaderClassName
{
color: #DDDF6B;
}
.AnyTagClassName
{
color: #DDDF6B;
}
</style>
background-color css
<style>
a { background-color: #DDDF6B; }
a { background-color: rgb(221,223,107); }
div.DivClassName
{
background-color: #DDDF6B;
}
.BgClassName
{
background-color: #DDDF6B;
}
</style>
border-color css
<style>
span { border-color: #DDDF6B; }
span { border-color: rgb(221,223,107); }
td.TdClassName
{
border-color: #DDDF6B;
}
.TagClassName
{
border-color: #DDDF6B;
}
</style>