Html Css Color HEX #C8A72F Metallic Gold

📋 copy color: '#C8A72F'

red 200 ◦ green 167 ◦ blue 47

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

Shades of Metallic Gold #C8A72F

Tints of Metallic Gold #C8A72F

RGB

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

 GREEN value IS 167 (65.63% from 255) = 40.34%

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

R = 48.31%
G = 40.34%
B = 11.35%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8A72F (or 0xC8A72F) is known color: Metallic Gold. HEX triplet: C8, A7 and 2F. RGB value is (200,167,47). Sum of RGB (Red+Green+Blue) = 200+167+47=414 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.31% from 414); Green value is 167 (65.62% from 255 or 40.34% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A72F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A72F is #3758D0. Grayscale: #A3A3A3. Windows color (decimal): -3627217 or 3123144. OLE color: 3123144.

HSL color Cylindrical-coordinate representation of color #C8A72F: hue angle of 47.06º 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 #C8A72F is Cyan = 0, Magento = 0.16, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 167 47 -
CMYK 0 0.16 0.76 0.22
HSL 47.06º 0.62% 0.48% -
HSV(B) 47.06º 0.77% 0.78% -
XYZ 38.15 40.12 8.42 -
YUV 163.19 62.43 154.26 -
System Red Green Blue C M Y K H S L
Decimal 200 167 47 0 0.16 0.76 0.22 47.06 0.62 0.48
Hex C8 A7 2F 0 10 4C 16 2F 3E 30
Octal 310 247 57 0 20 114 26 57 76 60
Binary 11001000 10100111 101111 0 10000 1001100 10110 101111 111110 110000

Color Harmonies of #C8A72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A72F

Black with #C8A72F

Text Example


Text Example

White with #C8A72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A72F; }

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

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

background-color css

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

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

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

border-color css

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

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

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