#CF9C1D

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

Shades of Galliano #CF9C1D

Tints of Galliano #CF9C1D

Color information

#CF9C1D (or 0xCF9C1D) is unknown color: approx Galliano. HEX triplet: CF, 9C and 1D. RGB value is (207,156,29). Sum of RGB (Red+Green+Blue) = 207+156+29=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 156 (61.33% from 255 or 39.80% from 392); Blue value is 29 (11.72% from 255 or 7.40% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9C1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9C1D is #3063E2. Grayscale: #9D9D9D. Windows color (decimal): -3171299 or 1940687. OLE color: 1940687.

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

Color convert

RGB20715629-
CMYK00.250.860.19
HSL42.81º75.42%46.27%-
HSV(B)42.81º85.99%81.18%-
XYZ37.8437.136.33-
YUV156.7755.9163.83-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.81%
GREEN value IS 156 (61.33% from 255) = 39.80%
BLUE value IS 29 (11.72% from 255) = 7.40%
R=52.81%
G=39.80%
B=7.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071562900.250.860.1942.8175.4246.27
HexCF9C1D01956132b4b2e
Octal31723435031126235311356
Binary1100111110011100111010110011010110100111010111001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF9C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF9C1D; }

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

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

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

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

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

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

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

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