Html Css Color HEX #CFA61A Galliano

📋 copy color: '#CFA61A'

red 207 ◦ green 166 ◦ blue 26

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

Shades of Galliano #CFA61A

Tints of Galliano #CFA61A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 41.6%

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

R = 51.88%
G = 41.6%
B = 6.52%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.87

 K value IS 0.19

RGB Variations

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

Color information

#CFA61A (or 0xCFA61A) is known color: Galliano. HEX triplet: CF, A6 and 1A. RGB value is (207,166,26). Sum of RGB (Red+Green+Blue) = 207+166+26=399 (52% of max value = 765). Red value is 207 (81.25% from 255 or 51.88% from 399); Green value is 166 (65.23% from 255 or 41.60% from 399); Blue value is 26 (10.55% from 255 or 6.52% from 399); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA61A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA61A is #3059E5. Grayscale: #A2A2A2. Windows color (decimal): -3168742 or 1746639. OLE color: 1746639.

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

Color convert

RGB 207 166 26 -
CMYK 0 0.20 0.87 0.19
HSL 46.41º 0.78% 0.46% -
HSV(B) 46.41º 0.87% 0.81% -
XYZ 39.55 40.61 6.73 -
YUV 162.3 51.08 159.88 -
System Red Green Blue C M Y K H S L
Decimal 207 166 26 0 0.20 0.87 0.19 46.41 0.78 0.46
Hex CF A6 1A 0 14 57 13 2E 4E 2E
Octal 317 246 32 0 24 127 23 56 116 56
Binary 11001111 10100110 11010 0 10100 1010111 10011 101110 1001110 101110

Color Harmonies of #CFA61A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA61A

Black with #CFA61A

Text Example


Text Example

White with #CFA61A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA61A; }

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

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

background-color css

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

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

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

border-color css

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

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

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