Html Css Color HEX #C9B82C Old Gold

📋 copy color: '#C9B82C'

red 201 ◦ green 184 ◦ blue 44

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

Shades of Old Gold #C9B82C

Tints of Old Gold #C9B82C

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.89%

 BLUE value IS 44 (17.58% from 255) = 10.26%

R = 46.85%
G = 42.89%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#C9B82C (or 0xC9B82C) is known color: Old Gold. HEX triplet: C9, B8 and 2C. RGB value is (201,184,44). Sum of RGB (Red+Green+Blue) = 201+184+44=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 184 (72.27% from 255 or 42.89% from 429); Blue value is 44 (17.58% from 255 or 10.26% from 429); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B82C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B82C is #3647D3. Grayscale: #ADADAD. Windows color (decimal): -3557332 or 2930889. OLE color: 2930889.

HSL color Cylindrical-coordinate representation of color #C9B82C: hue angle of 53.5º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C9B82C is Cyan = 0, Magento = 0.08, Yellow = 0.78 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 184 44 -
CMYK 0 0.08 0.78 0.21
HSL 53.5º 0.64% 0.48% -
HSV(B) 53.5º 0.78% 0.79% -
XYZ 41.68 46.88 9.23 -
YUV 173.12 55.13 147.88 -
System Red Green Blue C M Y K H S L
Decimal 201 184 44 0 0.08 0.78 0.21 53.5 0.64 0.48
Hex C9 B8 2C 0 8 4E 15 36 40 30
Octal 311 270 54 0 10 116 25 66 100 60
Binary 11001001 10111000 101100 0 1000 1001110 10101 110110 1000000 110000

Color Harmonies of #C9B82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B82C

Black with #C9B82C

Text Example


Text Example

White with #C9B82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B82C; }

 p { color: rgb(201,184,44); }

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

background-color css

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

 a { background-color: rgb(201,184,44); }

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

border-color css

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

 span { border-color: rgb(201,184,44); }

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