Html Css Color HEX #C9BE4A Old Gold

📋 copy color: '#C9BE4A'

red 201 ◦ green 190 ◦ blue 74

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

Shades of Old Gold #C9BE4A

Tints of Old Gold #C9BE4A

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.86%

 BLUE value IS 74 (29.3% from 255) = 15.91%

R = 43.23%
G = 40.86%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9BE4A (or 0xC9BE4A) is known color: Old Gold. HEX triplet: C9, BE and 4A. RGB value is (201,190,74). Sum of RGB (Red+Green+Blue) = 201+190+74=465 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.23% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 74 (29.30% from 255 or 15.91% from 465); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BE4A is #3641B5. Grayscale: #B4B4B4. Windows color (decimal): -3555766 or 4898505. OLE color: 4898505.

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

Color convert

RGB 201 190 74 -
CMYK 0 0.05 0.63 0.21
HSL 54.8º 0.54% 0.54% -
HSV(B) 54.8º 0.63% 0.79% -
XYZ 43.74 49.74 13.77 -
YUV 180.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 201 190 74 0 0.05 0.63 0.21 54.8 0.54 0.54
Hex C9 BE 4A 0 5 3F 15 37 36 36
Octal 311 276 112 0 5 77 25 67 66 66
Binary 11001001 10111110 1001010 0 101 111111 10101 110111 110110 110110

Color Harmonies of #C9BE4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BE4A

Black with #C9BE4A

Text Example


Text Example

White with #C9BE4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BE4A; }

 p { color: rgb(201,190,74); }

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

background-color css

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

 a { background-color: rgb(201,190,74); }

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

border-color css

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

 span { border-color: rgb(201,190,74); }

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