Html Css Color HEX #C9A33D Metallic Gold

📋 copy color: '#C9A33D'

red 201 ◦ green 163 ◦ blue 61

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

Shades of Metallic Gold #C9A33D

Tints of Metallic Gold #C9A33D

RGB

 RED value IS 201 (78.91% from 255) = 47.29%

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

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

R = 47.29%
G = 38.35%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9A33D (or 0xC9A33D) is known color: Metallic Gold. HEX triplet: C9, A3 and 3D. RGB value is (201,163,61). Sum of RGB (Red+Green+Blue) = 201+163+61=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 163 (64.06% from 255 or 38.35% from 425); Blue value is 61 (24.22% from 255 or 14.35% from 425); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A33D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A33D is #365CC2. Grayscale: #A3A3A3. Windows color (decimal): -3562691 or 4039625. OLE color: 4039625.

HSL color Cylindrical-coordinate representation of color #C9A33D: hue angle of 43.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C9A33D is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 163 61 -
CMYK 0 0.19 0.70 0.21
HSL 43.71º 0.56% 0.51% -
HSV(B) 43.71º 0.7% 0.79% -
XYZ 38.03 38.95 9.93 -
YUV 162.73 70.59 155.29 -
System Red Green Blue C M Y K H S L
Decimal 201 163 61 0 0.19 0.70 0.21 43.71 0.56 0.51
Hex C9 A3 3D 0 13 46 15 2C 38 33
Octal 311 243 75 0 23 106 25 54 70 63
Binary 11001001 10100011 111101 0 10011 1000110 10101 101100 111000 110011

Color Harmonies of #C9A33D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A33D

Black with #C9A33D

Text Example


Text Example

White with #C9A33D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A33D; }

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

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

background-color css

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

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

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

border-color css

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

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

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