Html Css Color HEX #CFA611 Galliano

📋 copy color: '#CFA611'

red 207 ◦ green 166 ◦ blue 17

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

Shades of Galliano #CFA611

Tints of Galliano #CFA611

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.56%

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

R = 53.08%
G = 42.56%
B = 4.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CFA611 (or 0xCFA611) is known color: Galliano. HEX triplet: CF, A6 and 11. RGB value is (207,166,17). Sum of RGB (Red+Green+Blue) = 207+166+17=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 166 (65.23% from 255 or 42.56% from 390); Blue value is 17 (7.03% from 255 or 4.36% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA611 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA611 is #3059EE. Grayscale: #A1A1A1. Windows color (decimal): -3168751 or 1156815. OLE color: 1156815.

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

Color convert

RGB 207 166 17 -
CMYK 0 0.20 0.92 0.19
HSL 47.05º 0.85% 0.44% -
HSV(B) 47.05º 0.92% 0.81% -
XYZ 39.47 40.58 6.28 -
YUV 161.27 46.58 160.62 -
System Red Green Blue C M Y K H S L
Decimal 207 166 17 0 0.20 0.92 0.19 47.05 0.85 0.44
Hex CF A6 11 0 14 5C 13 2F 55 2C
Octal 317 246 21 0 24 134 23 57 125 54
Binary 11001111 10100110 10001 0 10100 1011100 10011 101111 1010101 101100

Color Harmonies of #CFA611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA611

Black with #CFA611

Text Example


Text Example

White with #CFA611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA611; }

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

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

background-color css

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

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

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

border-color css

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

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

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