Html Css Color HEX #CFA010 Galliano

📋 copy color: '#CFA010'

red 207 ◦ green 160 ◦ blue 16

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

Shades of Galliano #CFA010

Tints of Galliano #CFA010

RGB

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

 GREEN value IS 160 (62.89% from 255) = 41.78%

 BLUE value IS 16 (6.64% from 255) = 4.18%

R = 54.05%
G = 41.78%
B = 4.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.19

RGB Variations

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

Color information

#CFA010 (or 0xCFA010) is known color: Galliano. HEX triplet: CF, A0 and 10. RGB value is (207,160,16). Sum of RGB (Red+Green+Blue) = 207+160+16=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA010 is #305FEF. Grayscale: #9E9E9E. Windows color (decimal): -3170288 or 1089743. OLE color: 1089743.

HSL color Cylindrical-coordinate representation of color #CFA010: hue angle of 45.24º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFA010 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 160 16 -
CMYK 0 0.23 0.92 0.19
HSL 45.24º 0.86% 0.44% -
HSV(B) 45.24º 0.92% 0.81% -
XYZ 38.4 38.44 5.89 -
YUV 157.64 48.07 163.21 -
System Red Green Blue C M Y K H S L
Decimal 207 160 16 0 0.23 0.92 0.19 45.24 0.86 0.44
Hex CF A0 10 0 17 5C 13 2D 56 2C
Octal 317 240 20 0 27 134 23 55 126 54
Binary 11001111 10100000 10000 0 10111 1011100 10011 101101 1010110 101100

Color Harmonies of #CFA010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA010

Black with #CFA010

Text Example


Text Example

White with #CFA010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA010; }

 p { color: rgb(207,160,16); }

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

background-color css

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

 a { background-color: rgb(207,160,16); }

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

border-color css

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

 span { border-color: rgb(207,160,16); }

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