Html Css Color HEX #C9B82A Old Gold

📋 copy color: '#C9B82A'

red 201 ◦ green 184 ◦ blue 42

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

Shades of Old Gold #C9B82A

Tints of Old Gold #C9B82A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.84%

R = 47.07%
G = 43.09%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.79

 K value IS 0.21

RGB Variations

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

Color information

#C9B82A (or 0xC9B82A) is known color: Old Gold. HEX triplet: C9, B8 and 2A. RGB value is (201,184,42). Sum of RGB (Red+Green+Blue) = 201+184+42=427 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.07% from 427); Green value is 184 (72.27% from 255 or 43.09% from 427); Blue value is 42 (16.80% from 255 or 9.84% from 427); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B82A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B82A is #3647D5. Grayscale: #ADADAD. Windows color (decimal): -3557334 or 2799817. OLE color: 2799817.

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

Color convert

RGB 201 184 42 -
CMYK 0 0.08 0.79 0.21
HSL 53.58º 0.65% 0.48% -
HSV(B) 53.58º 0.79% 0.79% -
XYZ 41.65 46.87 9.04 -
YUV 172.9 54.13 148.05 -
System Red Green Blue C M Y K H S L
Decimal 201 184 42 0 0.08 0.79 0.21 53.58 0.65 0.48
Hex C9 B8 2A 0 8 4F 15 36 41 30
Octal 311 270 52 0 10 117 25 66 101 60
Binary 11001001 10111000 101010 0 1000 1001111 10101 110110 1000001 110000

Color Harmonies of #C9B82A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B82A

Black with #C9B82A

Text Example


Text Example

White with #C9B82A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B82A; }

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

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

background-color css

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

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

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

border-color css

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

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

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