Html Css Color HEX #CFA518 Galliano

📋 copy color: '#CFA518'

red 207 ◦ green 165 ◦ blue 24

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

Shades of Galliano #CFA518

Tints of Galliano #CFA518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.06%

R = 52.27%
G = 41.67%
B = 6.06%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.19

RGB Variations

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

Color information

#CFA518 (or 0xCFA518) is known color: Galliano. HEX triplet: CF, A5 and 18. RGB value is (207,165,24). Sum of RGB (Red+Green+Blue) = 207+165+24=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 165 (64.84% from 255 or 41.67% from 396); Blue value is 24 (9.77% from 255 or 6.06% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA518 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA518 is #305AE7. Grayscale: #A2A2A2. Windows color (decimal): -3169000 or 1615311. OLE color: 1615311.

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

Color convert

RGB 207 165 24 -
CMYK 0 0.20 0.88 0.19
HSL 46.23º 0.79% 0.45% -
HSV(B) 46.23º 0.88% 0.81% -
XYZ 39.35 40.24 6.56 -
YUV 161.48 50.41 160.46 -
System Red Green Blue C M Y K H S L
Decimal 207 165 24 0 0.20 0.88 0.19 46.23 0.79 0.45
Hex CF A5 18 0 14 58 13 2E 4F 2D
Octal 317 245 30 0 24 130 23 56 117 55
Binary 11001111 10100101 11000 0 10100 1011000 10011 101110 1001111 101101

Color Harmonies of #CFA518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFA518

Black with #CFA518

Text Example


Text Example

White with #CFA518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFA518; }

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

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

background-color css

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

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

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

border-color css

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

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

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