#CFA91D

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

Shades of Galliano #CFA91D

Tints of Galliano #CFA91D

Color information

#CFA91D (or 0xCFA91D) is unknown color: approx Galliano. HEX triplet: CF, A9 and 1D. RGB value is (207,169,29). Sum of RGB (Red+Green+Blue) = 207+169+29=405 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.11% from 405); Green value is 169 (66.41% from 255 or 41.73% from 405); Blue value is 29 (11.72% from 255 or 7.16% from 405); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA91D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA91D is #3056E2. Grayscale: #A5A5A5. Windows color (decimal): -3167971 or 1944015. OLE color: 1944015.

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

Color convert

RGB20716929-
CMYK00.180.860.19
HSL47.19º75.42%46.27%-
HSV(B)47.19º85.99%81.18%-
XYZ40.1441.737.1-
YUV164.451.59158.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.11%
GREEN value IS 169 (66.41% from 255) = 41.73%
BLUE value IS 29 (11.72% from 255) = 7.16%
R=51.11%
G=41.73%
B=7.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071692900.180.860.1947.1975.4246.27
HexCFA91D01256132f4b2e
Octal31725135022126235711356
Binary1100111110101001111010100101010110100111011111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA91D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA91D; }

 p { color: rgb(207,169,29); }

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

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

 a { background-color: rgb(207,169,29); }

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

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

 span { border-color: rgb(207,169,29); }

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