Html Css Color HEX #CFA811 Galliano

📋 copy color: '#CFA811'

red 207 ◦ green 168 ◦ blue 17

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

Shades of Galliano #CFA811

Tints of Galliano #CFA811

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.86%

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

R = 52.81%
G = 42.86%
B = 4.34%

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

#CFA811 (or 0xCFA811) is known color: Galliano. HEX triplet: CF, A8 and 11. RGB value is (207,168,17). Sum of RGB (Red+Green+Blue) = 207+168+17=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA811 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA811 is #3057EE. Grayscale: #A3A3A3. Windows color (decimal): -3168239 or 1157327. OLE color: 1157327.

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

Color convert

RGB 207 168 17 -
CMYK 0 0.19 0.92 0.19
HSL 47.68º 0.85% 0.44% -
HSV(B) 47.68º 0.92% 0.81% -
XYZ 39.84 41.31 6.4 -
YUV 162.45 45.92 159.78 -
System Red Green Blue C M Y K H S L
Decimal 207 168 17 0 0.19 0.92 0.19 47.68 0.85 0.44
Hex CF A8 11 0 13 5C 13 30 55 2C
Octal 317 250 21 0 23 134 23 60 125 54
Binary 11001111 10101000 10001 0 10011 1011100 10011 110000 1010101 101100

Color Harmonies of #CFA811

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA811

Black with #CFA811

Text Example


Text Example

White with #CFA811

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA811; }

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

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

background-color css

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

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

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

border-color css

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

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

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