Html Css Color HEX #CFA612 Galliano

📋 copy color: '#CFA612'

red 207 ◦ green 166 ◦ blue 18

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

Shades of Galliano #CFA612

Tints of Galliano #CFA612

RGB

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

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

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

R = 52.94%
G = 42.46%
B = 4.6%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFA612 (or 0xCFA612) is known color: Galliano. HEX triplet: CF, A6 and 12. RGB value is (207,166,18). Sum of RGB (Red+Green+Blue) = 207+166+18=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 166 (65.23% from 255 or 42.46% from 391); Blue value is 18 (7.42% from 255 or 4.60% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA612 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA612 is #3059ED. Grayscale: #A2A2A2. Windows color (decimal): -3168750 or 1222351. OLE color: 1222351.

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

Color convert

RGB 207 166 18 -
CMYK 0 0.20 0.91 0.19
HSL 46.98º 0.84% 0.44% -
HSV(B) 46.98º 0.91% 0.81% -
XYZ 39.48 40.58 6.32 -
YUV 161.39 47.08 160.53 -
System Red Green Blue C M Y K H S L
Decimal 207 166 18 0 0.20 0.91 0.19 46.98 0.84 0.44
Hex CF A6 12 0 14 5B 13 2F 54 2C
Octal 317 246 22 0 24 133 23 57 124 54
Binary 11001111 10100110 10010 0 10100 1011011 10011 101111 1010100 101100

Color Harmonies of #CFA612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA612

Black with #CFA612

Text Example


Text Example

White with #CFA612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA612; }

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

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

background-color css

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

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

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

border-color css

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

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

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