Html Css Color HEX #C9BE4E Old Gold

📋 copy color: '#C9BE4E'

red 201 ◦ green 190 ◦ blue 78

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

Shades of Old Gold #C9BE4E

Tints of Old Gold #C9BE4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 16.63%

R = 42.86%
G = 40.51%
B = 16.63%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.61

 K value IS 0.21

RGB Variations

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

Color information

#C9BE4E (or 0xC9BE4E) is known color: Old Gold. HEX triplet: C9, BE and 4E. RGB value is (201,190,78). Sum of RGB (Red+Green+Blue) = 201+190+78=469 (62% of max value = 765). Red value is 201 (78.91% from 255 or 42.86% from 469); Green value is 190 (74.61% from 255 or 40.51% from 469); Blue value is 78 (30.86% from 255 or 16.63% from 469); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BE4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9BE4E is #3641B1. Grayscale: #B4B4B4. Windows color (decimal): -3555762 or 5160649. OLE color: 5160649.

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

Color convert

RGB 201 190 78 -
CMYK 0 0.05 0.61 0.21
HSL 54.63º 0.53% 0.55% -
HSV(B) 54.63º 0.61% 0.79% -
XYZ 43.88 49.79 14.51 -
YUV 180.52 70.14 142.61 -
System Red Green Blue C M Y K H S L
Decimal 201 190 78 0 0.05 0.61 0.21 54.63 0.53 0.55
Hex C9 BE 4E 0 5 3D 15 37 35 37
Octal 311 276 116 0 5 75 25 67 65 67
Binary 11001001 10111110 1001110 0 101 111101 10101 110111 110101 110111

Color Harmonies of #C9BE4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BE4E

Black with #C9BE4E

Text Example


Text Example

White with #C9BE4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BE4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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