Html Css Color HEX #CFA317 Galliano

📋 copy color: '#CFA317'

red 207 ◦ green 163 ◦ blue 23

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

Shades of Galliano #CFA317

Tints of Galliano #CFA317

RGB

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

 GREEN value IS 163 (64.06% from 255) = 41.48%

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

R = 52.67%
G = 41.48%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.19

RGB Variations

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

Color information

#CFA317 (or 0xCFA317) is known color: Galliano. HEX triplet: CF, A3 and 17. RGB value is (207,163,23). Sum of RGB (Red+Green+Blue) = 207+163+23=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 163 (64.06% from 255 or 41.48% from 393); Blue value is 23 (9.38% from 255 or 5.85% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA317 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA317 is #305CE8. Grayscale: #A0A0A0. Windows color (decimal): -3169513 or 1549263. OLE color: 1549263.

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

Color convert

RGB 207 163 23 -
CMYK 0 0.21 0.89 0.19
HSL 45.65º 0.8% 0.45% -
HSV(B) 45.65º 0.89% 0.81% -
XYZ 38.98 39.52 6.38 -
YUV 160.2 50.58 161.38 -
System Red Green Blue C M Y K H S L
Decimal 207 163 23 0 0.21 0.89 0.19 45.65 0.8 0.45
Hex CF A3 17 0 15 59 13 2E 50 2D
Octal 317 243 27 0 25 131 23 56 120 55
Binary 11001111 10100011 10111 0 10101 1011001 10011 101110 1010000 101101

Color Harmonies of #CFA317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA317

Black with #CFA317

Text Example


Text Example

White with #CFA317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA317; }

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

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

background-color css

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

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

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

border-color css

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

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

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