#CCAB23

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

Shades of Galliano #CCAB23

Tints of Galliano #CCAB23

Color information

#CCAB23 (or 0xCCAB23) is unknown color: approx 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

RGB20417135-
CMYK00.160.830.2
HSL48.28º70.71%46.86%-
HSV(B)48.28º82.84%80%-
XYZ39.7742.087.62-
YUV165.3654.43155.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.76%
GREEN value IS 171 (67.19% from 255) = 41.71%
BLUE value IS 35 (14.06% from 255) = 8.54%
R=49.76%
G=41.71%
B=8.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.83
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041713500.160.830.248.2870.7146.86
HexCCAB23010531430472f
Octal31425343020123246010757
Binary11001100101010111000110100001010011101001100001000111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>