Html Css Color HEX #CFA313 Galliano

📋 copy color: '#CFA313'

red 207 ◦ green 163 ◦ blue 19

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

Shades of Galliano #CFA313

Tints of Galliano #CFA313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.88%

R = 53.21%
G = 41.9%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#CFA313 (or 0xCFA313) is known color: Galliano. HEX triplet: CF, A3 and 13. RGB value is (207,163,19). Sum of RGB (Red+Green+Blue) = 207+163+19=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 163 (64.06% from 255 or 41.90% from 389); Blue value is 19 (7.81% from 255 or 4.88% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA313 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA313 is #305CEC. Grayscale: #A0A0A0. Windows color (decimal): -3169517 or 1287119. OLE color: 1287119.

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

Color convert

RGB 207 163 19 -
CMYK 0 0.21 0.91 0.19
HSL 45.96º 0.83% 0.44% -
HSV(B) 45.96º 0.91% 0.81% -
XYZ 38.95 39.51 6.19 -
YUV 159.74 48.58 161.71 -
System Red Green Blue C M Y K H S L
Decimal 207 163 19 0 0.21 0.91 0.19 45.96 0.83 0.44
Hex CF A3 13 0 15 5B 13 2E 53 2C
Octal 317 243 23 0 25 133 23 56 123 54
Binary 11001111 10100011 10011 0 10101 1011011 10011 101110 1010011 101100

Color Harmonies of #CFA313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA313

Black with #CFA313

Text Example


Text Example

White with #CFA313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA313; }

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

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

background-color css

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

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

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

border-color css

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

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

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