Html Css Color HEX #CFA720 Galliano

📋 copy color: '#CFA720'

red 207 ◦ green 167 ◦ blue 32

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

Shades of Galliano #CFA720

Tints of Galliano #CFA720

RGB

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

 GREEN value IS 167 (65.63% from 255) = 41.13%

 BLUE value IS 32 (12.89% from 255) = 7.88%

R = 50.99%
G = 41.13%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.19

RGB Variations

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

Color information

#CFA720 (or 0xCFA720) is known color: Galliano. HEX triplet: CF, A7 and 20. RGB value is (207,167,32). Sum of RGB (Red+Green+Blue) = 207+167+32=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 167 (65.62% from 255 or 41.13% from 406); Blue value is 32 (12.89% from 255 or 7.88% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA720 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA720 is #3058DF. Grayscale: #A4A4A4. Windows color (decimal): -3168480 or 2140111. OLE color: 2140111.

HSL color Cylindrical-coordinate representation of color #CFA720: hue angle of 46.29º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CFA720 is Cyan = 0, Magento = 0.19, Yellow = 0.85 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 167 32 -
CMYK 0 0.19 0.85 0.19
HSL 46.29º 0.73% 0.47% -
HSV(B) 46.29º 0.85% 0.81% -
XYZ 39.81 41.01 7.18 -
YUV 163.57 53.75 158.98 -
System Red Green Blue C M Y K H S L
Decimal 207 167 32 0 0.19 0.85 0.19 46.29 0.73 0.47
Hex CF A7 20 0 13 55 13 2E 49 2F
Octal 317 247 40 0 23 125 23 56 111 57
Binary 11001111 10100111 100000 0 10011 1010101 10011 101110 1001001 101111

Color Harmonies of #CFA720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA720

Black with #CFA720

Text Example


Text Example

White with #CFA720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA720; }

 p { color: rgb(207,167,32); }

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

background-color css

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

 a { background-color: rgb(207,167,32); }

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

border-color css

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

 span { border-color: rgb(207,167,32); }

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