#CC9A23

Color #CC9A23 Galliano (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Galliano #CC9A23

Tints of Galliano #CC9A23

Color information

#CC9A23 (or 0xCC9A23) is unknown color: approx Galliano. HEX triplet: CC, 9A and 23. RGB value is (204,154,35). Sum of RGB (Red+Green+Blue) = 204+154+35=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 154 (60.55% from 255 or 39.19% from 393); Blue value is 35 (14.06% from 255 or 8.91% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9A23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CC9A23 is #3365DC. Grayscale: #9B9B9B. Windows color (decimal): -3368413 or 2333388. OLE color: 2333388.

HSL color Cylindrical-coordinate representation of color #CC9A23: hue angle of 42.25º 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 #CC9A23 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.2.

Color convert

RGB20415435-
CMYK00.250.830.2
HSL42.25º70.71%46.86%-
HSV(B)42.25º82.84%80%-
XYZ36.7636.076.61-
YUV155.3860.06162.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 51.91%
GREEN value IS 154 (60.55% from 255) = 39.19%
BLUE value IS 35 (14.06% from 255) = 8.91%
R=51.91%
G=39.19%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041543500.250.830.242.2570.7146.86
HexCC9A2301953142a472f
Octal31423243031123245210757
Binary11001100100110101000110110011010011101001010101000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9A23; }

 p { color: rgb(204,154,35); }

 H1.HeaderClassName
 {
   color: #CC9A23;
 }
 .AnyTagClassName
 {
   color: #CC9A23;
 }
</style>
background-color css

<style>
 a { background-color: #CC9A23; }

 a { background-color: rgb(204,154,35); }

 div.DivClassName
 {
   background-color: #CC9A23;
 }
 .BgClassName
 {
   background-color: #CC9A23;
 }
</style>
border-color css

<style>
 span { border-color: #CC9A23; }

 span { border-color: rgb(204,154,35); }

 td.TdClassName
 {
   border-color: #CC9A23;
 }
 .TagClassName
 {
   border-color: #CC9A23;
 }
</style>