Html Css Color HEX #CFA414 Galliano

📋 copy color: '#CFA414'

red 207 ◦ green 164 ◦ blue 20

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

Shades of Galliano #CFA414

Tints of Galliano #CFA414

RGB

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

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

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

R = 52.94%
G = 41.94%
B = 5.12%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFA414 (or 0xCFA414) is known color: Galliano. HEX triplet: CF, A4 and 14. RGB value is (207,164,20). Sum of RGB (Red+Green+Blue) = 207+164+20=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 164 (64.45% from 255 or 41.94% from 391); Blue value is 20 (8.20% from 255 or 5.12% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA414 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA414 is #305BEB. Grayscale: #A1A1A1. Windows color (decimal): -3169260 or 1352911. OLE color: 1352911.

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

Color convert

RGB 207 164 20 -
CMYK 0 0.21 0.90 0.19
HSL 46.2º 0.82% 0.45% -
HSV(B) 46.2º 0.9% 0.81% -
XYZ 39.13 39.87 6.29 -
YUV 160.44 48.75 161.21 -
System Red Green Blue C M Y K H S L
Decimal 207 164 20 0 0.21 0.90 0.19 46.2 0.82 0.45
Hex CF A4 14 0 15 5A 13 2E 52 2D
Octal 317 244 24 0 25 132 23 56 122 55
Binary 11001111 10100100 10100 0 10101 1011010 10011 101110 1010010 101101

Color Harmonies of #CFA414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA414

Black with #CFA414

Text Example


Text Example

White with #CFA414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA414; }

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

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

background-color css

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

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

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

border-color css

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

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

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