Html Css Color HEX #CFA716 Galliano

📋 copy color: '#CFA716'

red 207 ◦ green 167 ◦ blue 22

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

Shades of Galliano #CFA716

Tints of Galliano #CFA716

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.56%

R = 52.27%
G = 42.17%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CFA716 (or 0xCFA716) is known color: Galliano. HEX triplet: CF, A7 and 16. RGB value is (207,167,22). Sum of RGB (Red+Green+Blue) = 207+167+22=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 167 (65.62% from 255 or 42.17% from 396); Blue value is 22 (8.98% from 255 or 5.56% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA716 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA716 is #3058E9. Grayscale: #A3A3A3. Windows color (decimal): -3168490 or 1484751. OLE color: 1484751.

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

Color convert

RGB 207 167 22 -
CMYK 0 0.19 0.89 0.19
HSL 47.03º 0.81% 0.45% -
HSV(B) 47.03º 0.89% 0.81% -
XYZ 39.7 40.96 6.57 -
YUV 162.43 48.75 159.79 -
System Red Green Blue C M Y K H S L
Decimal 207 167 22 0 0.19 0.89 0.19 47.03 0.81 0.45
Hex CF A7 16 0 13 59 13 2F 51 2D
Octal 317 247 26 0 23 131 23 57 121 55
Binary 11001111 10100111 10110 0 10011 1011001 10011 101111 1010001 101101

Color Harmonies of #CFA716

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA716

Black with #CFA716

Text Example


Text Example

White with #CFA716

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA716; }

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

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

background-color css

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

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

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

border-color css

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

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

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