Html Css Color HEX #CFA711 Galliano

📋 copy color: '#CFA711'

red 207 ◦ green 167 ◦ blue 17

#CFA711
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #CFA711

Tints of Galliano #CFA711

RGB

 RED value IS 207 (81.25% from 255) = 52.94%

 GREEN value IS 167 (65.63% from 255) = 42.71%

 BLUE value IS 17 (7.03% from 255) = 4.35%

R = 52.94%
G = 42.71%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CFA711 (or 0xCFA711) is known color: Galliano. HEX triplet: CF, A7 and 11. RGB value is (207,167,17). Sum of RGB (Red+Green+Blue) = 207+167+17=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 167 (65.62% from 255 or 42.71% from 391); Blue value is 17 (7.03% from 255 or 4.35% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA711 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA711 is #3058EE. Grayscale: #A2A2A2. Windows color (decimal): -3168495 or 1157071. OLE color: 1157071.

HSL color Cylindrical-coordinate representation of color #CFA711: hue angle of 47.37º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFA711 is Cyan = 0, Magento = 0.19, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 167 17 -
CMYK 0 0.19 0.92 0.19
HSL 47.37º 0.85% 0.44% -
HSV(B) 47.37º 0.92% 0.81% -
XYZ 39.65 40.94 6.34 -
YUV 161.86 46.25 160.2 -
System Red Green Blue C M Y K H S L
Decimal 207 167 17 0 0.19 0.92 0.19 47.37 0.85 0.44
Hex CF A7 11 0 13 5C 13 2F 55 2C
Octal 317 247 21 0 23 134 23 57 125 54
Binary 11001111 10100111 10001 0 10011 1011100 10011 101111 1010101 101100

Color Harmonies of #CFA711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA711

Black with #CFA711

Text Example


Text Example

White with #CFA711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA711; }

 p { color: rgb(207,167,17); }

 H1.HeaderClassName
 {
   color: #CFA711;
 }
 .AnyTagClassName
 {
   color: #CFA711;
 }
</style>

background-color css

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

 a { background-color: rgb(207,167,17); }

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

border-color css

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

 span { border-color: rgb(207,167,17); }

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