Html Css Color HEX #C9B133 Old Gold

📋 copy color: '#C9B133'

red 201 ◦ green 177 ◦ blue 51

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

Shades of Old Gold #C9B133

Tints of Old Gold #C9B133

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.26%

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

R = 46.85%
G = 41.26%
B = 11.89%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#C9B133 (or 0xC9B133) is known color: Old Gold. HEX triplet: C9, B1 and 33. RGB value is (201,177,51). Sum of RGB (Red+Green+Blue) = 201+177+51=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 51 (20.31% from 255 or 11.89% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B133 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B133 is #364ECC. Grayscale: #AAAAAA. Windows color (decimal): -3559117 or 3387849. OLE color: 3387849.

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

Color convert

RGB 201 177 51 -
CMYK 0 0.12 0.75 0.21
HSL 50.4º 0.6% 0.49% -
HSV(B) 50.4º 0.75% 0.79% -
XYZ 40.41 44.1 9.51 -
YUV 169.81 60.95 150.25 -
System Red Green Blue C M Y K H S L
Decimal 201 177 51 0 0.12 0.75 0.21 50.4 0.6 0.49
Hex C9 B1 33 0 C 4B 15 32 3C 31
Octal 311 261 63 0 14 113 25 62 74 61
Binary 11001001 10110001 110011 0 1100 1001011 10101 110010 111100 110001

Color Harmonies of #C9B133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B133

Black with #C9B133

Text Example


Text Example

White with #C9B133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B133; }

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

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

background-color css

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

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

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

border-color css

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

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

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