Html Css Color HEX #CFA628 Galliano

📋 copy color: '#CFA628'

red 207 ◦ green 166 ◦ blue 40

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

Shades of Galliano #CFA628

Tints of Galliano #CFA628

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.69%

R = 50.12%
G = 40.19%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.81

 K value IS 0.19

RGB Variations

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

Color information

#CFA628 (or 0xCFA628) is known color: Galliano. HEX triplet: CF, A6 and 28. RGB value is (207,166,40). Sum of RGB (Red+Green+Blue) = 207+166+40=413 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.12% from 413); Green value is 166 (65.23% from 255 or 40.19% from 413); Blue value is 40 (16.02% from 255 or 9.69% from 413); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA628 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA628 is #3059D7. Grayscale: #A4A4A4. Windows color (decimal): -3168728 or 2664143. OLE color: 2664143.

HSL color Cylindrical-coordinate representation of color #CFA628: hue angle of 45.27º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CFA628 is Cyan = 0, Magento = 0.20, Yellow = 0.81 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 166 40 -
CMYK 0 0.20 0.81 0.19
HSL 45.27º 0.68% 0.48% -
HSV(B) 45.27º 0.81% 0.81% -
XYZ 39.75 40.69 7.77 -
YUV 163.9 58.08 158.75 -
System Red Green Blue C M Y K H S L
Decimal 207 166 40 0 0.20 0.81 0.19 45.27 0.68 0.48
Hex CF A6 28 0 14 51 13 2D 44 30
Octal 317 246 50 0 24 121 23 55 104 60
Binary 11001111 10100110 101000 0 10100 1010001 10011 101101 1000100 110000

Color Harmonies of #CFA628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA628

Black with #CFA628

Text Example


Text Example

White with #CFA628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA628; }

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

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

background-color css

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

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

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

border-color css

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

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

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