#CCA71D

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

Shades of Galliano #CCA71D

Tints of Galliano #CCA71D

Color information

#CCA71D (or 0xCCA71D) is unknown color: approx Galliano. HEX triplet: CC, A7 and 1D. RGB value is (204,167,29). Sum of RGB (Red+Green+Blue) = 204+167+29=400 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51% from 400); Green value is 167 (65.62% from 255 or 41.75% from 400); Blue value is 29 (11.72% from 255 or 7.25% from 400); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA71D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCA71D is #3358E2. Grayscale: #A2A2A2. Windows color (decimal): -3365091 or 1943500. OLE color: 1943500.

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

Color convert

RGB20416729-
CMYK00.180.860.2
HSL47.31º75.11%45.69%-
HSV(B)47.31º85.78%80%-
XYZ38.9440.566.94-
YUV162.3352.76157.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 51%
GREEN value IS 167 (65.62% from 255) = 41.75%
BLUE value IS 29 (11.72% from 255) = 7.25%
R=51%
G=41.75%
B=7.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041672900.180.860.247.3175.1145.69
HexCCA71D01256142f4b2e
Octal31424735022126245711356
Binary1100110010100111111010100101010110101001011111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA71D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA71D; }

 p { color: rgb(204,167,29); }

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

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

 a { background-color: rgb(204,167,29); }

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

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

 span { border-color: rgb(204,167,29); }

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