Html Css Color HEX #C8A33D Metallic Gold

📋 copy color: '#C8A33D'

red 200 ◦ green 163 ◦ blue 61

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

Shades of Metallic Gold #C8A33D

Tints of Metallic Gold #C8A33D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.44%

 BLUE value IS 61 (24.22% from 255) = 14.39%

R = 47.17%
G = 38.44%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.69

 K value IS 0.22

RGB Variations

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

Color information

#C8A33D (or 0xC8A33D) is known color: Metallic Gold. HEX triplet: C8, A3 and 3D. RGB value is (200,163,61). Sum of RGB (Red+Green+Blue) = 200+163+61=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 163 (64.06% from 255 or 38.44% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8A33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8A33D is #375CC2. Grayscale: #A2A2A2. Windows color (decimal): -3628227 or 4039624. OLE color: 4039624.

HSL color Cylindrical-coordinate representation of color #C8A33D: hue angle of 44.03º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C8A33D is Cyan = 0, Magento = 0.18, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 163 61 -
CMYK 0 0.18 0.69 0.22
HSL 44.03º 0.56% 0.51% -
HSV(B) 44.03º 0.7% 0.78% -
XYZ 37.76 38.81 9.92 -
YUV 162.44 70.76 154.79 -
System Red Green Blue C M Y K H S L
Decimal 200 163 61 0 0.18 0.69 0.22 44.03 0.56 0.51
Hex C8 A3 3D 0 12 45 16 2C 38 33
Octal 310 243 75 0 22 105 26 54 70 63
Binary 11001000 10100011 111101 0 10010 1000101 10110 101100 111000 110011

Color Harmonies of #C8A33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8A33D

Black with #C8A33D

Text Example


Text Example

White with #C8A33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8A33D; }

 p { color: rgb(200,163,61); }

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

background-color css

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

 a { background-color: rgb(200,163,61); }

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

border-color css

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

 span { border-color: rgb(200,163,61); }

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