Html Css Color HEX #CFA814 Galliano

📋 copy color: '#CFA814'

red 207 ◦ green 168 ◦ blue 20

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

Shades of Galliano #CFA814

Tints of Galliano #CFA814

RGB

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

 GREEN value IS 168 (66.02% from 255) = 42.53%

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

R = 52.41%
G = 42.53%
B = 5.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#CFA814 (or 0xCFA814) is known color: Galliano. HEX triplet: CF, A8 and 14. RGB value is (207,168,20). Sum of RGB (Red+Green+Blue) = 207+168+20=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 168 (66.02% from 255 or 42.53% from 395); Blue value is 20 (8.20% from 255 or 5.06% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA814 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA814 is #3057EB. Grayscale: #A3A3A3. Windows color (decimal): -3168236 or 1353935. OLE color: 1353935.

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

Color convert

RGB 207 168 20 -
CMYK 0 0.19 0.90 0.19
HSL 47.49º 0.82% 0.45% -
HSV(B) 47.49º 0.9% 0.81% -
XYZ 39.86 41.32 6.54 -
YUV 162.79 47.42 159.53 -
System Red Green Blue C M Y K H S L
Decimal 207 168 20 0 0.19 0.90 0.19 47.49 0.82 0.45
Hex CF A8 14 0 13 5A 13 2F 52 2D
Octal 317 250 24 0 23 132 23 57 122 55
Binary 11001111 10101000 10100 0 10011 1011010 10011 101111 1010010 101101

Color Harmonies of #CFA814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA814

Black with #CFA814

Text Example


Text Example

White with #CFA814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA814; }

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

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

background-color css

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

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

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

border-color css

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

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

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