Html Css Color HEX #CFA329 Galliano

📋 copy color: '#CFA329'

red 207 ◦ green 163 ◦ blue 41

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

Shades of Galliano #CFA329

Tints of Galliano #CFA329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.98%

R = 50.36%
G = 39.66%
B = 9.98%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFA329 (or 0xCFA329) is known color: Galliano. HEX triplet: CF, A3 and 29. RGB value is (207,163,41). Sum of RGB (Red+Green+Blue) = 207+163+41=411 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.36% from 411); Green value is 163 (64.06% from 255 or 39.66% from 411); Blue value is 41 (16.41% from 255 or 9.98% from 411); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA329 is #305CD6. Grayscale: #A2A2A2. Windows color (decimal): -3169495 or 2728911. OLE color: 2728911.

HSL color Cylindrical-coordinate representation of color #CFA329: hue angle of 44.1º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CFA329 is Cyan = 0, Magento = 0.21, Yellow = 0.80 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 163 41 -
CMYK 0 0.21 0.80 0.19
HSL 44.1º 0.67% 0.49% -
HSV(B) 44.1º 0.8% 0.81% -
XYZ 39.23 39.62 7.68 -
YUV 162.25 59.58 159.92 -
System Red Green Blue C M Y K H S L
Decimal 207 163 41 0 0.21 0.80 0.19 44.1 0.67 0.49
Hex CF A3 29 0 15 50 13 2C 43 31
Octal 317 243 51 0 25 120 23 54 103 61
Binary 11001111 10100011 101001 0 10101 1010000 10011 101100 1000011 110001

Color Harmonies of #CFA329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA329

Black with #CFA329

Text Example


Text Example

White with #CFA329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA329; }

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

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

background-color css

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

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

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

border-color css

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

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

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