Html Css Color HEX #CFA614 Galliano

📋 copy color: '#CFA614'

red 207 ◦ green 166 ◦ blue 20

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

Shades of Galliano #CFA614

Tints of Galliano #CFA614

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 5.09%

R = 52.67%
G = 42.24%
B = 5.09%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFA614 (or 0xCFA614) is known color: Galliano. HEX triplet: CF, A6 and 14. RGB value is (207,166,20). Sum of RGB (Red+Green+Blue) = 207+166+20=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 166 (65.23% from 255 or 42.24% from 393); Blue value is 20 (8.20% from 255 or 5.09% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA614 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA614 is #3059EB. Grayscale: #A2A2A2. Windows color (decimal): -3168748 or 1353423. OLE color: 1353423.

HSL color Cylindrical-coordinate representation of color #CFA614: hue angle of 46.84º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFA614 is Cyan = 0, Magento = 0.20, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 20 -
CMYK 0 0.20 0.90 0.19
HSL 46.84º 0.82% 0.45% -
HSV(B) 46.84º 0.9% 0.81% -
XYZ 39.49 40.59 6.41 -
YUV 161.62 48.08 160.37 -
System Red Green Blue C M Y K H S L
Decimal 207 166 20 0 0.20 0.90 0.19 46.84 0.82 0.45
Hex CF A6 14 0 14 5A 13 2F 52 2D
Octal 317 246 24 0 24 132 23 57 122 55
Binary 11001111 10100110 10100 0 10100 1011010 10011 101111 1010010 101101

Color Harmonies of #CFA614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA614

Black with #CFA614

Text Example


Text Example

White with #CFA614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA614; }

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

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

background-color css

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

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

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

border-color css

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

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

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