#cfac29

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

Shades of Galliano #CFAC29

Tints of Galliano #CFAC29

Color information

#CFAC29 (or 0xCFAC29) is unknown color: approx Galliano. HEX triplet: CF, AC and 29. RGB value is (207,172,41). Sum of RGB (Red+Green+Blue) = 207+172+41=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 41 (16.41% from 255 or 9.76% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAC29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAC29 is #3053D6. Grayscale: #A8A8A8. Windows color (decimal): -3167191 or 2731215. OLE color: 2731215.

HSL color Cylindrical-coordinate representation of color #CFAC29: hue angle of 47.35º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFAC29 is Cyan = 0, Magento = 0.17, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB20717241-
CMYK00.170.800.19
HSL47.35º66.94%48.63%-
HSV(B)47.35º80.19%81.18%-
XYZ40.8842.938.23-
YUV167.5356.6156.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.29%
GREEN value IS 172 (67.58% from 255) = 40.95%
BLUE value IS 41 (16.41% from 255) = 9.76%
R=49.29%
G=40.95%
B=9.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.80
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071724100.170.800.1947.3566.9448.63
HexCFAC2901150132f4331
Octal31725451021120235710361
Binary11001111101011001010010100011010000100111011111000011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfac29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfac29; }

 p { color: rgb(207,172,41); }

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

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

 a { background-color: rgb(207,172,41); }

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

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

 span { border-color: rgb(207,172,41); }

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