Html Css Color HEX #C8AD2F Metallic Gold

📋 copy color: '#C8AD2F'

red 200 ◦ green 173 ◦ blue 47

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

Shades of Metallic Gold #C8AD2F

Tints of Metallic Gold #C8AD2F

RGB

 RED value IS 200 (78.52% from 255) = 47.62%

 GREEN value IS 173 (67.97% from 255) = 41.19%

 BLUE value IS 47 (18.75% from 255) = 11.19%

R = 47.62%
G = 41.19%
B = 11.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8AD2F (or 0xC8AD2F) is known color: Metallic Gold. HEX triplet: C8, AD and 2F. RGB value is (200,173,47). Sum of RGB (Red+Green+Blue) = 200+173+47=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 173 (67.97% from 255 or 41.19% from 420); Blue value is 47 (18.75% from 255 or 11.19% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8AD2F is #3752D0. Grayscale: #A7A7A7. Windows color (decimal): -3625681 or 3124680. OLE color: 3124680.

HSL color Cylindrical-coordinate representation of color #C8AD2F: hue angle of 49.41º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C8AD2F is Cyan = 0, Magento = 0.14, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 173 47 -
CMYK 0 0.14 0.76 0.22
HSL 49.41º 0.62% 0.48% -
HSV(B) 49.41º 0.77% 0.78% -
XYZ 39.28 42.37 8.8 -
YUV 166.71 60.45 151.75 -
System Red Green Blue C M Y K H S L
Decimal 200 173 47 0 0.14 0.76 0.22 49.41 0.62 0.48
Hex C8 AD 2F 0 E 4C 16 31 3E 30
Octal 310 255 57 0 16 114 26 61 76 60
Binary 11001000 10101101 101111 0 1110 1001100 10110 110001 111110 110000

Color Harmonies of #C8AD2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8AD2F

Black with #C8AD2F

Text Example


Text Example

White with #C8AD2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8AD2F; }

 p { color: rgb(200,173,47); }

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

background-color css

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

 a { background-color: rgb(200,173,47); }

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

border-color css

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

 span { border-color: rgb(200,173,47); }

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