#CCA82B

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

Shades of Galliano #CCA82B

Tints of Galliano #CCA82B

Color information

#CCA82B (or 0xCCA82B) is unknown color: approx Galliano. HEX triplet: CC, A8 and 2B. RGB value is (204,168,43). Sum of RGB (Red+Green+Blue) = 204+168+43=415 (54% of max value = 765). Red value is 204 (80.08% from 255 or 49.16% from 415); Green value is 168 (66.02% from 255 or 40.48% from 415); Blue value is 43 (17.19% from 255 or 10.36% from 415); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA82B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA82B is #3357D4. Grayscale: #A5A5A5. Windows color (decimal): -3364821 or 2861260. OLE color: 2861260.

HSL color Cylindrical-coordinate representation of color #CCA82B: hue angle of 46.58º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CCA82B is Cyan = 0, Magento = 0.18, Yellow = 0.79 and Black (K on CMYK) = 0.2.

Color convert

RGB20416843-
CMYK00.180.790.2
HSL46.58º65.18%48.43%-
HSV(B)46.58º78.92%80%-
XYZ39.3441.028.13-
YUV164.5159.43156.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 49.16%
GREEN value IS 168 (66.02% from 255) = 40.48%
BLUE value IS 43 (17.19% from 255) = 10.36%
R=49.16%
G=40.48%
B=10.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.79
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041684300.180.790.246.5865.1848.43
HexCCA82B0124F142f4130
Octal31425053022117245710160
Binary11001100101010001010110100101001111101001011111000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA82B; }

 p { color: rgb(204,168,43); }

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

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

 a { background-color: rgb(204,168,43); }

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

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

 span { border-color: rgb(204,168,43); }

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