Html Css Color HEX #C9A23D Metallic Gold

📋 copy color: '#C9A23D'

red 201 ◦ green 162 ◦ blue 61

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

Shades of Metallic Gold #C9A23D

Tints of Metallic Gold #C9A23D

RGB

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

 GREEN value IS 162 (63.67% from 255) = 38.21%

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

R = 47.41%
G = 38.21%
B = 14.39%

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

#C9A23D (or 0xC9A23D) is known color: Metallic Gold. HEX triplet: C9, A2 and 3D. RGB value is (201,162,61). Sum of RGB (Red+Green+Blue) = 201+162+61=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 162 (63.67% from 255 or 38.21% from 424); Blue value is 61 (24.22% from 255 or 14.39% from 424); Max value from RGB is 201 - color contains mainly: red. Hex color #C9A23D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9A23D is #365DC2. Grayscale: #A2A2A2. Windows color (decimal): -3562947 or 4039369. OLE color: 4039369.

HSL color Cylindrical-coordinate representation of color #C9A23D: hue angle of 43.29º 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 #C9A23D is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 162 61 -
CMYK 0 0.19 0.70 0.21
HSL 43.29º 0.56% 0.51% -
HSV(B) 43.29º 0.7% 0.79% -
XYZ 37.85 38.6 9.87 -
YUV 162.15 70.92 155.71 -
System Red Green Blue C M Y K H S L
Decimal 201 162 61 0 0.19 0.70 0.21 43.29 0.56 0.51
Hex C9 A2 3D 0 13 46 15 2B 38 33
Octal 311 242 75 0 23 106 25 53 70 63
Binary 11001001 10100010 111101 0 10011 1000110 10101 101011 111000 110011

Color Harmonies of #C9A23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9A23D

Black with #C9A23D

Text Example


Text Example

White with #C9A23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9A23D; }

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

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

background-color css

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

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

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

border-color css

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

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

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