Html Css Color HEX #CFA319 Galliano

📋 copy color: '#CFA319'

red 207 ◦ green 163 ◦ blue 25

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

Shades of Galliano #CFA319

Tints of Galliano #CFA319

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.33%

R = 52.41%
G = 41.27%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CFA319 (or 0xCFA319) is known color: Galliano. HEX triplet: CF, A3 and 19. RGB value is (207,163,25). Sum of RGB (Red+Green+Blue) = 207+163+25=395 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.41% from 395); Green value is 163 (64.06% from 255 or 41.27% from 395); Blue value is 25 (10.16% from 255 or 6.33% from 395); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA319 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA319 is #305CE6. Grayscale: #A1A1A1. Windows color (decimal): -3169511 or 1680335. OLE color: 1680335.

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

Color convert

RGB 207 163 25 -
CMYK 0 0.21 0.88 0.19
HSL 45.49º 0.78% 0.45% -
HSV(B) 45.49º 0.88% 0.81% -
XYZ 39 39.53 6.49 -
YUV 160.42 51.58 161.22 -
System Red Green Blue C M Y K H S L
Decimal 207 163 25 0 0.21 0.88 0.19 45.49 0.78 0.45
Hex CF A3 19 0 15 58 13 2D 4E 2D
Octal 317 243 31 0 25 130 23 55 116 55
Binary 11001111 10100011 11001 0 10101 1011000 10011 101101 1001110 101101

Color Harmonies of #CFA319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA319

Black with #CFA319

Text Example


Text Example

White with #CFA319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA319; }

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

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

background-color css

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

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

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

border-color css

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

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

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