Shades of Galliano #CCAB23
Tints of Galliano #CCAB23
RGB
CMYK
RGB Variations
Color information
#CCAB23 (or 0xCCAB23) is known color: Galliano. HEX triplet: CC, AB and 23. RGB value is (204,171,35). Sum of RGB (Red+Green+Blue) = 204+171+35=410 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.76% from 410); Green value is 171 (67.19% from 255 or 41.71% from 410); Blue value is 35 (14.06% from 255 or 8.54% from 410); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB23 is #3354DC. Grayscale: #A5A5A5. Windows color (decimal): -3364061 or 2337740. OLE color: 2337740.
HSL color Cylindrical-coordinate representation of color #CCAB23: hue angle of 48.28º degrees, saturation: 0.71, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #CCAB23 is Cyan = 0, Magento = 0.16, Yellow = 0.83 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 171 | 35 | - |
| CMYK | 0 | 0.16 | 0.83 | 0.2 |
| HSL | 48.28º | 0.71% | 0.47% | - |
| HSV(B) | 48.28º | 0.83% | 0.8% | - |
| XYZ | 39.77 | 42.08 | 7.62 | - |
| YUV | 165.36 | 54.43 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 171 | 35 | 0 | 0.16 | 0.83 | 0.2 | 48.28 | 0.71 | 0.47 |
| Hex | CC | AB | 23 | 0 | 10 | 53 | 14 | 30 | 47 | 2F |
| Octal | 314 | 253 | 43 | 0 | 20 | 123 | 24 | 60 | 107 | 57 |
| Binary | 11001100 | 10101011 | 100011 | 0 | 10000 | 1010011 | 10100 | 110000 | 1000111 | 101111 |
Color Harmonies of #CCAB23
Complementary color
Monochromatic Colors of #CCAB23
Black with #CCAB23
Text Example
Text Example
White with #CCAB23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCAB23; }
p { color: rgb(204,171,35); }
H1.HeaderClassName
{
color: #CCAB23;
}
.AnyTagClassName
{
color: #CCAB23;
}
</style>
background-color css
<style>
a { background-color: #CCAB23; }
a { background-color: rgb(204,171,35); }
div.DivClassName
{
background-color: #CCAB23;
}
.BgClassName
{
background-color: #CCAB23;
}
</style>
border-color css
<style>
span { border-color: #CCAB23; }
span { border-color: rgb(204,171,35); }
td.TdClassName
{
border-color: #CCAB23;
}
.TagClassName
{
border-color: #CCAB23;
}
</style>