Html Css Color HEX #C9C03C Old Gold

📋 copy color: '#C9C03C'

red 201 ◦ green 192 ◦ blue 60

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

Shades of Old Gold #C9C03C

Tints of Old Gold #C9C03C

RGB

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

 GREEN value IS 192 (75.39% from 255) = 42.38%

 BLUE value IS 60 (23.83% from 255) = 13.25%

R = 44.37%
G = 42.38%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#C9C03C (or 0xC9C03C) is known color: Old Gold. HEX triplet: C9, C0 and 3C. RGB value is (201,192,60). Sum of RGB (Red+Green+Blue) = 201+192+60=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 60 (23.83% from 255 or 13.25% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C03C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C03C is #363FC3. Grayscale: #B4B4B4. Windows color (decimal): -3555268 or 3981513. OLE color: 3981513.

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

Color convert

RGB 201 192 60 -
CMYK 0 0.04 0.70 0.21
HSL 56.17º 0.57% 0.51% -
HSV(B) 56.17º 0.7% 0.79% -
XYZ 43.75 50.44 11.71 -
YUV 179.64 60.48 143.23 -
System Red Green Blue C M Y K H S L
Decimal 201 192 60 0 0.04 0.70 0.21 56.17 0.57 0.51
Hex C9 C0 3C 0 4 46 15 38 39 33
Octal 311 300 74 0 4 106 25 70 71 63
Binary 11001001 11000000 111100 0 100 1000110 10101 111000 111001 110011

Color Harmonies of #C9C03C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C03C

Black with #C9C03C

Text Example


Text Example

White with #C9C03C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C03C; }

 p { color: rgb(201,192,60); }

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

background-color css

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

 a { background-color: rgb(201,192,60); }

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

border-color css

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

 span { border-color: rgb(201,192,60); }

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