#CF9F1D

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

Shades of Galliano #CF9F1D

Tints of Galliano #CF9F1D

Color information

#CF9F1D (or 0xCF9F1D) is unknown color: approx Galliano. HEX triplet: CF, 9F and 1D. RGB value is (207,159,29). Sum of RGB (Red+Green+Blue) = 207+159+29=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 159 (62.5% from 255 or 40.25% from 395); Blue value is 29 (11.72% from 255 or 7.34% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9F1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9F1D is #3060E2. Grayscale: #9F9F9F. Windows color (decimal): -3170531 or 1941455. OLE color: 1941455.

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

Color convert

RGB20715929-
CMYK00.230.860.19
HSL43.82º75.42%46.27%-
HSV(B)43.82º85.99%81.18%-
XYZ38.3538.156.5-
YUV158.5354.9162.57-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.41%
GREEN value IS 159 (62.5% from 255) = 40.25%
BLUE value IS 29 (11.72% from 255) = 7.34%
R=52.41%
G=40.25%
B=7.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071592900.230.860.1943.8275.4246.27
HexCF9F1D01756132c4b2e
Octal31723735027126235411356
Binary1100111110011111111010101111010110100111011001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9F1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9F1D; }

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

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

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

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

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

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

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

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