Shades of Grandis #FFCD73
Tints of Grandis #FFCD73
RGB
CMYK
RGB Variations
Color information
#FFCD73 (or 0xFFCD73) is known color: Grandis. HEX triplet: FF, CD and 73. RGB value is (255,205,115). Sum of RGB (Red+Green+Blue) = 255+205+115=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 205 (80.47% from 255 or 35.65% from 575); Blue value is 115 (45.31% from 255 or 20% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCD73 is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #FFCD73 is #00328C. Grayscale: #D2D2D2. Windows color (decimal): -12941 or 7589375. OLE color: 7589375.
HSL color Cylindrical-coordinate representation of color #FFCD73: hue angle of 38.57º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFCD73 is Cyan = 0, Magento = 0.20, Yellow = 0.55 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 205 | 115 | - |
CMYK | 0 | 0.20 | 0.55 | 0 |
HSL | 38.57º | 1% | 0.73% | - |
HSV(B) | 38.57º | 0.55% | 1% | - |
XYZ | 66.17 | 66.16 | 25.5 | - |
YUV | 209.69 | 74.57 | 160.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 205 | 115 | 0 | 0.20 | 0.55 | 0 | 38.57 | 1 | 0.73 |
Hex | FF | CD | 73 | 0 | 14 | 37 | 0 | 27 | 64 | 49 |
Octal | 377 | 315 | 163 | 0 | 24 | 67 | 0 | 47 | 144 | 111 |
Binary | 11111111 | 11001101 | 1110011 | 0 | 10100 | 110111 | 0 | 100111 | 1100100 | 1001001 |
Color Harmonies of #FFCD73
Complementary color
Monochromatic Colors of #FFCD73
Black with #FFCD73
Text Example
Text Example
White with #FFCD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCD73; }
p { color: rgb(255,205,115); }
H1.HeaderClassName
{
color: #FFCD73;
}
.AnyTagClassName
{
color: #FFCD73;
}
</style>
background-color css
<style>
a { background-color: #FFCD73; }
a { background-color: rgb(255,205,115); }
div.DivClassName
{
background-color: #FFCD73;
}
.BgClassName
{
background-color: #FFCD73;
}
</style>
border-color css
<style>
span { border-color: #FFCD73; }
span { border-color: rgb(255,205,115); }
td.TdClassName
{
border-color: #FFCD73;
}
.TagClassName
{
border-color: #FFCD73;
}
</style>