Html Css Color HEX #C9BC40 Old Gold

📋 copy color: '#C9BC40'

red 201 ◦ green 188 ◦ blue 64

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

Shades of Old Gold #C9BC40

Tints of Old Gold #C9BC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.5%

 BLUE value IS 64 (25.39% from 255) = 14.13%

R = 44.37%
G = 41.5%
B = 14.13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C9BC40 (or 0xC9BC40) is known color: Old Gold. HEX triplet: C9, BC and 40. RGB value is (201,188,64). Sum of RGB (Red+Green+Blue) = 201+188+64=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 64 (25.39% from 255 or 14.13% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BC40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BC40 is #3643BF. Grayscale: #B2B2B2. Windows color (decimal): -3556288 or 4242633. OLE color: 4242633.

HSL color Cylindrical-coordinate representation of color #C9BC40: hue angle of 54.31º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C9BC40 is Cyan = 0, Magento = 0.06, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 188 64 -
CMYK 0 0.06 0.68 0.21
HSL 54.31º 0.56% 0.52% -
HSV(B) 54.31º 0.68% 0.79% -
XYZ 43 48.75 11.99 -
YUV 177.75 63.81 144.58 -
System Red Green Blue C M Y K H S L
Decimal 201 188 64 0 0.06 0.68 0.21 54.31 0.56 0.52
Hex C9 BC 40 0 6 44 15 36 38 34
Octal 311 274 100 0 6 104 25 66 70 64
Binary 11001001 10111100 1000000 0 110 1000100 10101 110110 111000 110100

Color Harmonies of #C9BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BC40

Black with #C9BC40

Text Example


Text Example

White with #C9BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BC40; }

 p { color: rgb(201,188,64); }

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

background-color css

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

 a { background-color: rgb(201,188,64); }

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

border-color css

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

 span { border-color: rgb(201,188,64); }

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