Html Css Color HEX #CFA41A Galliano

📋 copy color: '#CFA41A'

red 207 ◦ green 164 ◦ blue 26

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

Shades of Galliano #CFA41A

Tints of Galliano #CFA41A

RGB

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

 GREEN value IS 164 (64.45% from 255) = 41.31%

 BLUE value IS 26 (10.55% from 255) = 6.55%

R = 52.14%
G = 41.31%
B = 6.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CFA41A (or 0xCFA41A) is known color: Galliano. HEX triplet: CF, A4 and 1A. RGB value is (207,164,26). Sum of RGB (Red+Green+Blue) = 207+164+26=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 164 (64.45% from 255 or 41.31% from 397); Blue value is 26 (10.55% from 255 or 6.55% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA41A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA41A is #305BE5. Grayscale: #A1A1A1. Windows color (decimal): -3169254 or 1746127. OLE color: 1746127.

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

Color convert

RGB 207 164 26 -
CMYK 0 0.21 0.87 0.19
HSL 45.75º 0.78% 0.46% -
HSV(B) 45.75º 0.87% 0.81% -
XYZ 39.19 39.89 6.61 -
YUV 161.13 51.75 160.72 -
System Red Green Blue C M Y K H S L
Decimal 207 164 26 0 0.21 0.87 0.19 45.75 0.78 0.46
Hex CF A4 1A 0 15 57 13 2E 4E 2E
Octal 317 244 32 0 25 127 23 56 116 56
Binary 11001111 10100100 11010 0 10101 1010111 10011 101110 1001110 101110

Color Harmonies of #CFA41A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA41A

Black with #CFA41A

Text Example


Text Example

White with #CFA41A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA41A; }

 p { color: rgb(207,164,26); }

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

background-color css

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

 a { background-color: rgb(207,164,26); }

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

border-color css

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

 span { border-color: rgb(207,164,26); }

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