Shades of Grandis #FFCB67
Tints of Grandis #FFCB67
RGB
CMYK
RGB Variations
Color information
#FFCB67 (or 0xFFCB67) is known color: Grandis. HEX triplet: FF, CB and 67. RGB value is (255,203,103). Sum of RGB (Red+Green+Blue) = 255+203+103=561 (74% of max value = 765). Red value is 255 (100% from 255 or 45.45% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 103 (40.62% from 255 or 18.36% from 561); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCB67 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCB67 is #003498. Grayscale: #CFCFCF. Windows color (decimal): -13465 or 6802431. OLE color: 6802431.
HSL color Cylindrical-coordinate representation of color #FFCB67: hue angle of 39.47º 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 #FFCB67 is Cyan = 0, Magento = 0.20, Yellow = 0.60 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 103 | - |
| CMYK | 0 | 0.20 | 0.60 | 0 |
| HSL | 39.47º | 1% | 0.7% | - |
| HSV(B) | 39.47º | 0.6% | 1% | - |
| XYZ | 65.04 | 64.95 | 21.94 | - |
| YUV | 207.15 | 69.23 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 103 | 0 | 0.20 | 0.60 | 0 | 39.47 | 1 | 0.7 |
| Hex | FF | CB | 67 | 0 | 14 | 3C | 0 | 27 | 64 | 46 |
| Octal | 377 | 313 | 147 | 0 | 24 | 74 | 0 | 47 | 144 | 106 |
| Binary | 11111111 | 11001011 | 1100111 | 0 | 10100 | 111100 | 0 | 100111 | 1100100 | 1000110 |
Color Harmonies of #FFCB67
Complementary color
Monochromatic Colors of #FFCB67
Black with #FFCB67
Text Example
Text Example
White with #FFCB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCB67; }
p { color: rgb(255,203,103); }
H1.HeaderClassName
{
color: #FFCB67;
}
.AnyTagClassName
{
color: #FFCB67;
}
</style>
background-color css
<style>
a { background-color: #FFCB67; }
a { background-color: rgb(255,203,103); }
div.DivClassName
{
background-color: #FFCB67;
}
.BgClassName
{
background-color: #FFCB67;
}
</style>
border-color css
<style>
span { border-color: #FFCB67; }
span { border-color: rgb(255,203,103); }
td.TdClassName
{
border-color: #FFCB67;
}
.TagClassName
{
border-color: #FFCB67;
}
</style>