Html Css Color HEX #CFA517 Galliano

📋 copy color: '#CFA517'

red 207 ◦ green 165 ◦ blue 23

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

Shades of Galliano #CFA517

Tints of Galliano #CFA517

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.77%

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

R = 52.41%
G = 41.77%
B = 5.82%

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

#CFA517 (or 0xCFA517) is known color: Galliano. HEX triplet: CF, A5 and 17. RGB value is (207,165,23). Sum of RGB (Red+Green+Blue) = 207+165+23=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 165 (64.84% from 255 or 41.77% from 395); Blue value is 23 (9.38% from 255 or 5.82% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA517 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA517 is #305AE8. Grayscale: #A1A1A1. Windows color (decimal): -3169001 or 1549775. OLE color: 1549775.

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

Color convert

RGB 207 165 23 -
CMYK 0 0.20 0.89 0.19
HSL 46.3º 0.8% 0.45% -
HSV(B) 46.3º 0.89% 0.81% -
XYZ 39.34 40.24 6.5 -
YUV 161.37 49.91 160.55 -
System Red Green Blue C M Y K H S L
Decimal 207 165 23 0 0.20 0.89 0.19 46.3 0.8 0.45
Hex CF A5 17 0 14 59 13 2E 50 2D
Octal 317 245 27 0 24 131 23 56 120 55
Binary 11001111 10100101 10111 0 10100 1011001 10011 101110 1010000 101101

Color Harmonies of #CFA517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA517

Black with #CFA517

Text Example


Text Example

White with #CFA517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA517; }

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

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

background-color css

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

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

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

border-color css

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

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

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