Html Css Color HEX #CFA51A Galliano

📋 copy color: '#CFA51A'

red 207 ◦ green 165 ◦ blue 26

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

Shades of Galliano #CFA51A

Tints of Galliano #CFA51A

RGB

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

 GREEN value IS 165 (64.84% from 255) = 41.46%

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

R = 52.01%
G = 41.46%
B = 6.53%

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

#CFA51A (or 0xCFA51A) is known color: Galliano. HEX triplet: CF, A5 and 1A. RGB value is (207,165,26). Sum of RGB (Red+Green+Blue) = 207+165+26=398 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.01% from 398); Green value is 165 (64.84% from 255 or 41.46% from 398); Blue value is 26 (10.55% from 255 or 6.53% from 398); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA51A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA51A is #305AE5. Grayscale: #A2A2A2. Windows color (decimal): -3168998 or 1746383. OLE color: 1746383.

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

Color convert

RGB 207 165 26 -
CMYK 0 0.20 0.87 0.19
HSL 46.08º 0.78% 0.46% -
HSV(B) 46.08º 0.87% 0.81% -
XYZ 39.37 40.25 6.67 -
YUV 161.71 51.41 160.3 -
System Red Green Blue C M Y K H S L
Decimal 207 165 26 0 0.20 0.87 0.19 46.08 0.78 0.46
Hex CF A5 1A 0 14 57 13 2E 4E 2E
Octal 317 245 32 0 24 127 23 56 116 56
Binary 11001111 10100101 11010 0 10100 1010111 10011 101110 1001110 101110

Color Harmonies of #CFA51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA51A

Black with #CFA51A

Text Example


Text Example

White with #CFA51A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA51A; }

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

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

background-color css

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

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

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

border-color css

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

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

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