Html Css Color HEX #CFA616 Galliano

📋 copy color: '#CFA616'

red 207 ◦ green 166 ◦ blue 22

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

Shades of Galliano #CFA616

Tints of Galliano #CFA616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 42.03%

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

R = 52.41%
G = 42.03%
B = 5.57%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CFA616 (or 0xCFA616) is known color: Galliano. HEX triplet: CF, A6 and 16. RGB value is (207,166,22). Sum of RGB (Red+Green+Blue) = 207+166+22=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 166 (65.23% from 255 or 42.03% from 395); Blue value is 22 (8.98% from 255 or 5.57% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA616 is #3059E9. Grayscale: #A2A2A2. Windows color (decimal): -3168746 or 1484495. OLE color: 1484495.

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

Color convert

RGB 207 166 22 -
CMYK 0 0.20 0.89 0.19
HSL 46.7º 0.81% 0.45% -
HSV(B) 46.7º 0.89% 0.81% -
XYZ 39.51 40.6 6.51 -
YUV 161.84 49.08 160.21 -
System Red Green Blue C M Y K H S L
Decimal 207 166 22 0 0.20 0.89 0.19 46.7 0.81 0.45
Hex CF A6 16 0 14 59 13 2F 51 2D
Octal 317 246 26 0 24 131 23 57 121 55
Binary 11001111 10100110 10110 0 10100 1011001 10011 101111 1010001 101101

Color Harmonies of #CFA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA616

Black with #CFA616

Text Example


Text Example

White with #CFA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA616; }

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

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

background-color css

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

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

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

border-color css

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

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

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