Html Css Color HEX #CFA412 Galliano

📋 copy color: '#CFA412'

red 207 ◦ green 164 ◦ blue 18

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

Shades of Galliano #CFA412

Tints of Galliano #CFA412

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 4.63%

R = 53.21%
G = 42.16%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFA412 (or 0xCFA412) is known color: Galliano. HEX triplet: CF, A4 and 12. RGB value is (207,164,18). Sum of RGB (Red+Green+Blue) = 207+164+18=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 164 (64.45% from 255 or 42.16% from 389); Blue value is 18 (7.42% from 255 or 4.63% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA412 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA412 is #305BED. Grayscale: #A0A0A0. Windows color (decimal): -3169262 or 1221839. OLE color: 1221839.

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

Color convert

RGB 207 164 18 -
CMYK 0 0.21 0.91 0.19
HSL 46.35º 0.84% 0.44% -
HSV(B) 46.35º 0.91% 0.81% -
XYZ 39.12 39.86 6.2 -
YUV 160.21 47.75 161.37 -
System Red Green Blue C M Y K H S L
Decimal 207 164 18 0 0.21 0.91 0.19 46.35 0.84 0.44
Hex CF A4 12 0 15 5B 13 2E 54 2C
Octal 317 244 22 0 25 133 23 56 124 54
Binary 11001111 10100100 10010 0 10101 1011011 10011 101110 1010100 101100

Color Harmonies of #CFA412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA412

Black with #CFA412

Text Example


Text Example

White with #CFA412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA412; }

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

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

background-color css

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

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

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

border-color css

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

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

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