Html Css Color HEX #C9BF36 Old Gold

📋 copy color: '#C9BF36'

red 201 ◦ green 191 ◦ blue 54

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

Shades of Old Gold #C9BF36

Tints of Old Gold #C9BF36

RGB

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

 GREEN value IS 191 (75% from 255) = 42.83%

 BLUE value IS 54 (21.48% from 255) = 12.11%

R = 45.07%
G = 42.83%
B = 12.11%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#C9BF36 (or 0xC9BF36) is known color: Old Gold. HEX triplet: C9, BF and 36. RGB value is (201,191,54). Sum of RGB (Red+Green+Blue) = 201+191+54=446 (59% of max value = 765). Red value is 201 (78.91% from 255 or 45.07% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 54 (21.48% from 255 or 12.11% from 446); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF36 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BF36 is #3640C9. Grayscale: #B2B2B2. Windows color (decimal): -3555530 or 3588041. OLE color: 3588041.

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

Color convert

RGB 201 191 54 -
CMYK 0 0.05 0.73 0.21
HSL 55.92º 0.58% 0.5% -
HSV(B) 55.92º 0.73% 0.79% -
XYZ 43.38 49.95 10.84 -
YUV 178.37 57.81 144.14 -
System Red Green Blue C M Y K H S L
Decimal 201 191 54 0 0.05 0.73 0.21 55.92 0.58 0.5
Hex C9 BF 36 0 5 49 15 38 3A 32
Octal 311 277 66 0 5 111 25 70 72 62
Binary 11001001 10111111 110110 0 101 1001001 10101 111000 111010 110010

Color Harmonies of #C9BF36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BF36

Black with #C9BF36

Text Example


Text Example

White with #C9BF36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BF36; }

 p { color: rgb(201,191,54); }

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

background-color css

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

 a { background-color: rgb(201,191,54); }

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

border-color css

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

 span { border-color: rgb(201,191,54); }

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