#CFAE1D

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

Shades of Galliano #CFAE1D

Tints of Galliano #CFAE1D

Color information

#CFAE1D (or 0xCFAE1D) is unknown color: approx Galliano. HEX triplet: CF, AE and 1D. RGB value is (207,174,29). Sum of RGB (Red+Green+Blue) = 207+174+29=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 174 (68.36% from 255 or 42.44% from 410); Blue value is 29 (11.72% from 255 or 7.07% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE1D is #3051E2. Grayscale: #A7A7A7. Windows color (decimal): -3166691 or 1945295. OLE color: 1945295.

HSL color Cylindrical-coordinate representation of color #CFAE1D: hue angle of 48.88º 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 #CFAE1D is Cyan = 0, Magento = 0.16, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB20717429-
CMYK00.160.860.19
HSL48.88º75.42%46.27%-
HSV(B)48.88º85.99%81.18%-
XYZ41.0943.637.42-
YUV167.3449.93156.29-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.49%
GREEN value IS 174 (68.36% from 255) = 42.44%
BLUE value IS 29 (11.72% from 255) = 7.07%
R=50.49%
G=42.44%
B=7.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071742900.160.860.1948.8875.4246.27
HexCFAE1D0105613314b2e
Octal31725635020126236111356
Binary1100111110101110111010100001010110100111100011001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAE1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAE1D; }

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

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

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

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

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

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

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

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