Html Css Color HEX #CFA629 Galliano

📋 copy color: '#CFA629'

red 207 ◦ green 166 ◦ blue 41

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

Shades of Galliano #CFA629

Tints of Galliano #CFA629

RGB

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

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

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

R = 50%
G = 40.1%
B = 9.9%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.19

RGB Variations

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

Color information

#CFA629 (or 0xCFA629) is known color: Galliano. HEX triplet: CF, A6 and 29. RGB value is (207,166,41). Sum of RGB (Red+Green+Blue) = 207+166+41=414 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50% from 414); Green value is 166 (65.23% from 255 or 40.10% from 414); Blue value is 41 (16.41% from 255 or 9.90% from 414); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA629 is #3059D6. Grayscale: #A4A4A4. Windows color (decimal): -3168727 or 2729679. OLE color: 2729679.

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

Color convert

RGB 207 166 41 -
CMYK 0 0.20 0.80 0.19
HSL 45.18º 0.67% 0.49% -
HSV(B) 45.18º 0.8% 0.81% -
XYZ 39.77 40.7 7.86 -
YUV 164.01 58.58 158.66 -
System Red Green Blue C M Y K H S L
Decimal 207 166 41 0 0.20 0.80 0.19 45.18 0.67 0.49
Hex CF A6 29 0 14 50 13 2D 43 31
Octal 317 246 51 0 24 120 23 55 103 61
Binary 11001111 10100110 101001 0 10100 1010000 10011 101101 1000011 110001

Color Harmonies of #CFA629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA629

Black with #CFA629

Text Example


Text Example

White with #CFA629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA629; }

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

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

background-color css

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

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

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

border-color css

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

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

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