Html Css Color HEX #CFA410 Galliano

📋 copy color: '#CFA410'

red 207 ◦ green 164 ◦ blue 16

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

Shades of Galliano #CFA410

Tints of Galliano #CFA410

RGB

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

 GREEN value IS 164 (64.45% from 255) = 42.38%

 BLUE value IS 16 (6.64% from 255) = 4.13%

R = 53.49%
G = 42.38%
B = 4.13%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CFA410 (or 0xCFA410) is known color: Galliano. HEX triplet: CF, A4 and 10. RGB value is (207,164,16). Sum of RGB (Red+Green+Blue) = 207+164+16=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 164 (64.45% from 255 or 42.38% from 387); Blue value is 16 (6.64% from 255 or 4.13% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA410 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA410 is #305BEF. Grayscale: #A0A0A0. Windows color (decimal): -3169264 or 1090767. OLE color: 1090767.

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

Color convert

RGB 207 164 16 -
CMYK 0 0.21 0.92 0.19
HSL 46.49º 0.86% 0.44% -
HSV(B) 46.49º 0.92% 0.81% -
XYZ 39.1 39.85 6.12 -
YUV 159.99 46.75 161.53 -
System Red Green Blue C M Y K H S L
Decimal 207 164 16 0 0.21 0.92 0.19 46.49 0.86 0.44
Hex CF A4 10 0 15 5C 13 2E 56 2C
Octal 317 244 20 0 25 134 23 56 126 54
Binary 11001111 10100100 10000 0 10101 1011100 10011 101110 1010110 101100

Color Harmonies of #CFA410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA410

Black with #CFA410

Text Example


Text Example

White with #CFA410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA410; }

 p { color: rgb(207,164,16); }

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

background-color css

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

 a { background-color: rgb(207,164,16); }

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

border-color css

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

 span { border-color: rgb(207,164,16); }

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