#cf9b1d

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

Shades of Galliano #CF9B1D

Tints of Galliano #CF9B1D

Color information

#CF9B1D (or 0xCF9B1D) is unknown color: approx Galliano. HEX triplet: CF, 9B and 1D. RGB value is (207,155,29). Sum of RGB (Red+Green+Blue) = 207+155+29=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 155 (60.94% from 255 or 39.64% from 391); Blue value is 29 (11.72% from 255 or 7.42% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF9B1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF9B1D is #3064E2. Grayscale: #9C9C9C. Windows color (decimal): -3171555 or 1940431. OLE color: 1940431.

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

Color convert

RGB20715529-
CMYK00.250.860.19
HSL42.47º75.42%46.27%-
HSV(B)42.47º85.99%81.18%-
XYZ37.6836.86.28-
YUV156.1856.23164.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.94%
GREEN value IS 155 (60.94% from 255) = 39.64%
BLUE value IS 29 (11.72% from 255) = 7.42%
R=52.94%
G=39.64%
B=7.42%

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
Decimal2071552900.250.860.1942.4775.4246.27
HexCF9B1D01956132a4b2e
Octal31723335031126235211356
Binary1100111110011011111010110011010110100111010101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf9b1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf9b1d; }

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

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

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

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

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

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

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

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