Html Css Color HEX #CFA217 Galliano

📋 copy color: '#CFA217'

red 207 ◦ green 162 ◦ blue 23

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

Shades of Galliano #CFA217

Tints of Galliano #CFA217

RGB

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

 GREEN value IS 162 (63.67% from 255) = 41.33%

 BLUE value IS 23 (9.38% from 255) = 5.87%

R = 52.81%
G = 41.33%
B = 5.87%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CFA217 (or 0xCFA217) is known color: Galliano. HEX triplet: CF, A2 and 17. RGB value is (207,162,23). Sum of RGB (Red+Green+Blue) = 207+162+23=392 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.81% from 392); Green value is 162 (63.67% from 255 or 41.33% from 392); Blue value is 23 (9.38% from 255 or 5.87% from 392); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA217 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA217 is #305DE8. Grayscale: #A0A0A0. Windows color (decimal): -3169769 or 1549007. OLE color: 1549007.

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

Color convert

RGB 207 162 23 -
CMYK 0 0.22 0.89 0.19
HSL 45.33º 0.8% 0.45% -
HSV(B) 45.33º 0.89% 0.81% -
XYZ 38.81 39.17 6.33 -
YUV 159.61 50.91 161.8 -
System Red Green Blue C M Y K H S L
Decimal 207 162 23 0 0.22 0.89 0.19 45.33 0.8 0.45
Hex CF A2 17 0 16 59 13 2D 50 2D
Octal 317 242 27 0 26 131 23 55 120 55
Binary 11001111 10100010 10111 0 10110 1011001 10011 101101 1010000 101101

Color Harmonies of #CFA217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA217

Black with #CFA217

Text Example


Text Example

White with #CFA217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA217; }

 p { color: rgb(207,162,23); }

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

background-color css

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

 a { background-color: rgb(207,162,23); }

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

border-color css

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

 span { border-color: rgb(207,162,23); }

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