Html Css Color HEX #C9C133 Old Gold

📋 copy color: '#C9C133'

red 201 ◦ green 193 ◦ blue 51

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

Shades of Old Gold #C9C133

Tints of Old Gold #C9C133

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.37%

 BLUE value IS 51 (20.31% from 255) = 11.46%

R = 45.17%
G = 43.37%
B = 11.46%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C9C133 (or 0xC9C133) is known color: Old Gold. HEX triplet: C9, C1 and 33. RGB value is (201,193,51). Sum of RGB (Red+Green+Blue) = 201+193+51=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 193 (75.78% from 255 or 43.37% from 445); Blue value is 51 (20.31% from 255 or 11.46% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C133 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9C133 is #363ECC. Grayscale: #B3B3B3. Windows color (decimal): -3555021 or 3391945. OLE color: 3391945.

HSL color Cylindrical-coordinate representation of color #C9C133: hue angle of 56.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C9C133 is Cyan = 0, Magento = 0.04, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 193 51 -
CMYK 0 0.04 0.75 0.21
HSL 56.8º 0.6% 0.49% -
HSV(B) 56.8º 0.75% 0.79% -
XYZ 43.75 50.8 10.63 -
YUV 179.2 55.65 143.55 -
System Red Green Blue C M Y K H S L
Decimal 201 193 51 0 0.04 0.75 0.21 56.8 0.6 0.49
Hex C9 C1 33 0 4 4B 15 39 3C 31
Octal 311 301 63 0 4 113 25 71 74 61
Binary 11001001 11000001 110011 0 100 1001011 10101 111001 111100 110001

Color Harmonies of #C9C133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9C133

Black with #C9C133

Text Example


Text Example

White with #C9C133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9C133; }

 p { color: rgb(201,193,51); }

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

background-color css

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

 a { background-color: rgb(201,193,51); }

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

border-color css

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

 span { border-color: rgb(201,193,51); }

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