Shades of Goldenrod #CCDB67
Tints of Goldenrod #CCDB67
RGB
CMYK
RGB Variations
Color information
#CCDB67 (or 0xCCDB67) is known color: Goldenrod. HEX triplet: CC, DB and 67. RGB value is (204,219,103). Sum of RGB (Red+Green+Blue) = 204+219+103=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 219 (85.94% from 255 or 41.63% from 526); Blue value is 103 (40.62% from 255 or 19.58% from 526); Max value from RGB is 219 - color contains mainly: green. Hex color #CCDB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDB67 is #332498. Grayscale: #C9C9C9. Windows color (decimal): -3351705 or 6806476. OLE color: 6806476.
HSL color Cylindrical-coordinate representation of color #CCDB67: hue angle of 67.76º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCDB67 is Cyan = 0.07, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 204 | 219 | 103 | - |
| CMYK | 0.07 | 0 | 0.53 | 0.14 |
| HSL | 67.76º | 0.62% | 0.63% | - |
| HSV(B) | 67.76º | 0.53% | 0.86% | - |
| XYZ | 52.68 | 64.48 | 22.5 | - |
| YUV | 201.29 | 72.53 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 219 | 103 | 0.07 | 0 | 0.53 | 0.14 | 67.76 | 0.62 | 0.63 |
| Hex | CC | DB | 67 | 7 | 0 | 35 | E | 44 | 3E | 3F |
| Octal | 314 | 333 | 147 | 7 | 0 | 65 | 16 | 104 | 76 | 77 |
| Binary | 11001100 | 11011011 | 1100111 | 111 | 0 | 110101 | 1110 | 1000100 | 111110 | 111111 |
Color Harmonies of #CCDB67
Complementary color
Monochromatic Colors of #CCDB67
Black with #CCDB67
Text Example
Text Example
White with #CCDB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDB67; }
p { color: rgb(204,219,103); }
H1.HeaderClassName
{
color: #CCDB67;
}
.AnyTagClassName
{
color: #CCDB67;
}
</style>
background-color css
<style>
a { background-color: #CCDB67; }
a { background-color: rgb(204,219,103); }
div.DivClassName
{
background-color: #CCDB67;
}
.BgClassName
{
background-color: #CCDB67;
}
</style>
border-color css
<style>
span { border-color: #CCDB67; }
span { border-color: rgb(204,219,103); }
td.TdClassName
{
border-color: #CCDB67;
}
.TagClassName
{
border-color: #CCDB67;
}
</style>