Html Css Color HEX #CFA219 Galliano

📋 copy color: '#CFA219'

red 207 ◦ green 162 ◦ blue 25

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

Shades of Galliano #CFA219

Tints of Galliano #CFA219

RGB

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

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

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

R = 52.54%
G = 41.12%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CFA219 (or 0xCFA219) is known color: Galliano. HEX triplet: CF, A2 and 19. RGB value is (207,162,25). Sum of RGB (Red+Green+Blue) = 207+162+25=394 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.54% from 394); Green value is 162 (63.67% from 255 or 41.12% from 394); Blue value is 25 (10.16% from 255 or 6.35% from 394); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA219 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA219 is #305DE6. Grayscale: #A0A0A0. Windows color (decimal): -3169767 or 1680079. OLE color: 1680079.

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

Color convert

RGB 207 162 25 -
CMYK 0 0.22 0.88 0.19
HSL 45.16º 0.78% 0.45% -
HSV(B) 45.16º 0.88% 0.81% -
XYZ 38.83 39.18 6.44 -
YUV 159.84 51.91 161.64 -
System Red Green Blue C M Y K H S L
Decimal 207 162 25 0 0.22 0.88 0.19 45.16 0.78 0.45
Hex CF A2 19 0 16 58 13 2D 4E 2D
Octal 317 242 31 0 26 130 23 55 116 55
Binary 11001111 10100010 11001 0 10110 1011000 10011 101101 1001110 101101

Color Harmonies of #CFA219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA219

Black with #CFA219

Text Example


Text Example

White with #CFA219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA219; }

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

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

background-color css

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

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

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

border-color css

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

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

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