Html Css Color HEX #CFA314 Galliano

📋 copy color: '#CFA314'

red 207 ◦ green 163 ◦ blue 20

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

Shades of Galliano #CFA314

Tints of Galliano #CFA314

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.79%

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

R = 53.08%
G = 41.79%
B = 5.13%

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

#CFA314 (or 0xCFA314) is known color: Galliano. HEX triplet: CF, A3 and 14. RGB value is (207,163,20). Sum of RGB (Red+Green+Blue) = 207+163+20=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 163 (64.06% from 255 or 41.79% from 390); Blue value is 20 (8.20% from 255 or 5.13% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA314 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA314 is #305CEB. Grayscale: #A0A0A0. Windows color (decimal): -3169516 or 1352655. OLE color: 1352655.

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

Color convert

RGB 207 163 20 -
CMYK 0 0.21 0.90 0.19
HSL 45.88º 0.82% 0.45% -
HSV(B) 45.88º 0.9% 0.81% -
XYZ 38.96 39.51 6.23 -
YUV 159.85 49.08 161.63 -
System Red Green Blue C M Y K H S L
Decimal 207 163 20 0 0.21 0.90 0.19 45.88 0.82 0.45
Hex CF A3 14 0 15 5A 13 2E 52 2D
Octal 317 243 24 0 25 132 23 56 122 55
Binary 11001111 10100011 10100 0 10101 1011010 10011 101110 1010010 101101

Color Harmonies of #CFA314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA314

Black with #CFA314

Text Example


Text Example

White with #CFA314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA314; }

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

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

background-color css

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

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

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

border-color css

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

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

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