#CCAB1B

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

Shades of Galliano #CCAB1B

Tints of Galliano #CCAB1B

Color information

#CCAB1B (or 0xCCAB1B) is unknown color: approx Galliano. HEX triplet: CC, AB and 1B. RGB value is (204,171,27). Sum of RGB (Red+Green+Blue) = 204+171+27=402 (53% of max value = 765). Red value is 204 (80.08% from 255 or 50.75% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 27 (10.94% from 255 or 6.72% from 402); Max value from RGB is 204 - color contains mainly: red. Hex color #CCAB1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCAB1B is #3354E4. Grayscale: #A5A5A5. Windows color (decimal): -3364069 or 1813452. OLE color: 1813452.

HSL color Cylindrical-coordinate representation of color #CCAB1B: hue angle of 48.81º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CCAB1B is Cyan = 0, Magento = 0.16, Yellow = 0.87 and Black (K on CMYK) = 0.2.

Color convert

RGB20417127-
CMYK00.160.870.2
HSL48.81º76.62%45.29%-
HSV(B)48.81º86.76%80%-
XYZ39.6642.047.06-
YUV164.4550.43156.21-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 50.75%
GREEN value IS 171 (67.19% from 255) = 42.54%
BLUE value IS 27 (10.94% from 255) = 6.72%
R=50.75%
G=42.54%
B=6.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.87
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041712700.160.870.248.8176.6245.29
HexCCAB1B0105714314d2d
Octal31425333020127246111555
Binary1100110010101011110110100001010111101001100011001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCAB1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCAB1B; }

 p { color: rgb(204,171,27); }

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

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

 a { background-color: rgb(204,171,27); }

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

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

 span { border-color: rgb(204,171,27); }

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