Shades of Grandis #FFCD67
Tints of Grandis #FFCD67
RGB
CMYK
RGB Variations
Color information
#FFCD67 (or 0xFFCD67) is known color: Grandis. HEX triplet: FF, CD and 67. RGB value is (255,205,103). Sum of RGB (Red+Green+Blue) = 255+205+103=563 (74% of max value = 765). Red value is 255 (100% from 255 or 45.29% from 563); Green value is 205 (80.47% from 255 or 36.41% from 563); Blue value is 103 (40.62% from 255 or 18.29% from 563); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD67 is #003298. Grayscale: #D0D0D0. Windows color (decimal): -12953 or 6802943. OLE color: 6802943.
HSL color Cylindrical-coordinate representation of color #FFCD67: hue angle of 40.26º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFCD67 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 205 | 103 | - |
| CMYK | 0 | 0.20 | 0.60 | 0 |
| HSL | 40.26º | 1% | 0.7% | - |
| HSV(B) | 40.26º | 0.6% | 1% | - |
| XYZ | 65.52 | 65.9 | 22.1 | - |
| YUV | 208.32 | 68.57 | 161.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 205 | 103 | 0 | 0.20 | 0.60 | 0 | 40.26 | 1 | 0.7 |
| Hex | FF | CD | 67 | 0 | 14 | 3C | 0 | 28 | 64 | 46 |
| Octal | 377 | 315 | 147 | 0 | 24 | 74 | 0 | 50 | 144 | 106 |
| Binary | 11111111 | 11001101 | 1100111 | 0 | 10100 | 111100 | 0 | 101000 | 1100100 | 1000110 |
Color Harmonies of #FFCD67
Complementary color
Monochromatic Colors of #FFCD67
Black with #FFCD67
Text Example
Text Example
White with #FFCD67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD67; }
p { color: rgb(255,205,103); }
H1.HeaderClassName
{
color: #FFCD67;
}
.AnyTagClassName
{
color: #FFCD67;
}
</style>
background-color css
<style>
a { background-color: #FFCD67; }
a { background-color: rgb(255,205,103); }
div.DivClassName
{
background-color: #FFCD67;
}
.BgClassName
{
background-color: #FFCD67;
}
</style>
border-color css
<style>
span { border-color: #FFCD67; }
span { border-color: rgb(255,205,103); }
td.TdClassName
{
border-color: #FFCD67;
}
.TagClassName
{
border-color: #FFCD67;
}
</style>