Html Css Color HEX #CFA929 Galliano

📋 copy color: '#CFA929'

red 207 ◦ green 169 ◦ blue 41

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

Shades of Galliano #CFA929

Tints of Galliano #CFA929

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.53%

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

R = 49.64%
G = 40.53%
B = 9.83%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFA929 (or 0xCFA929) is known color: Galliano. HEX triplet: CF, A9 and 29. RGB value is (207,169,41). Sum of RGB (Red+Green+Blue) = 207+169+41=417 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.64% from 417); Green value is 169 (66.41% from 255 or 40.53% from 417); Blue value is 41 (16.41% from 255 or 9.83% from 417); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA929 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA929 is #3056D6. Grayscale: #A6A6A6. Windows color (decimal): -3167959 or 2730447. OLE color: 2730447.

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

Color convert

RGB 207 169 41 -
CMYK 0 0.18 0.80 0.19
HSL 46.27º 0.67% 0.49% -
HSV(B) 46.27º 0.8% 0.81% -
XYZ 40.32 41.8 8.04 -
YUV 165.77 57.59 157.41 -
System Red Green Blue C M Y K H S L
Decimal 207 169 41 0 0.18 0.80 0.19 46.27 0.67 0.49
Hex CF A9 29 0 12 50 13 2E 43 31
Octal 317 251 51 0 22 120 23 56 103 61
Binary 11001111 10101001 101001 0 10010 1010000 10011 101110 1000011 110001

Color Harmonies of #CFA929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA929

Black with #CFA929

Text Example


Text Example

White with #CFA929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA929; }

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

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

background-color css

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

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

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

border-color css

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

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

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