#CFB01D

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

Shades of Galliano #CFB01D

Tints of Galliano #CFB01D

Color information

#CFB01D (or 0xCFB01D) is unknown color: approx Galliano. HEX triplet: CF, B0 and 1D. RGB value is (207,176,29). Sum of RGB (Red+Green+Blue) = 207+176+29=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 176 (69.14% from 255 or 42.72% from 412); Blue value is 29 (11.72% from 255 or 7.04% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CFB01D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFB01D is #304FE2. Grayscale: #A9A9A9. Windows color (decimal): -3166179 or 1945807. OLE color: 1945807.

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

Color convert

RGB20717629-
CMYK00.150.860.19
HSL49.55º75.42%46.27%-
HSV(B)49.55º85.99%81.18%-
XYZ41.4844.47.55-
YUV168.5149.27155.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.24%
GREEN value IS 176 (69.14% from 255) = 42.72%
BLUE value IS 29 (11.72% from 255) = 7.04%
R=50.24%
G=42.72%
B=7.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071762900.150.860.1949.5575.4246.27
HexCFB01D0F5613324b2e
Octal31726035017126236211356
Binary110011111011000011101011111010110100111100101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFB01D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFB01D; }

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

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

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

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

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

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

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

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