Html Css Color HEX #C9BF37 Old Gold

📋 copy color: '#C9BF37'

red 201 ◦ green 191 ◦ blue 55

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

Shades of Old Gold #C9BF37

Tints of Old Gold #C9BF37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.3%

R = 44.97%
G = 42.73%
B = 12.3%

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

#C9BF37 (or 0xC9BF37) is known color: Old Gold. HEX triplet: C9, BF and 37. RGB value is (201,191,55). Sum of RGB (Red+Green+Blue) = 201+191+55=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 191 (75% from 255 or 42.73% from 447); Blue value is 55 (21.88% from 255 or 12.30% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF37 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BF37 is #3640C8. Grayscale: #B3B3B3. Windows color (decimal): -3555529 or 3653577. OLE color: 3653577.

HSL color Cylindrical-coordinate representation of color #C9BF37: hue angle of 55.89º degrees, saturation: 0.57, 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 #C9BF37 is Cyan = 0, Magento = 0.05, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 191 55 -
CMYK 0 0.05 0.73 0.21
HSL 55.89º 0.57% 0.5% -
HSV(B) 55.89º 0.73% 0.79% -
XYZ 43.41 49.95 10.97 -
YUV 178.49 58.31 144.06 -
System Red Green Blue C M Y K H S L
Decimal 201 191 55 0 0.05 0.73 0.21 55.89 0.57 0.5
Hex C9 BF 37 0 5 49 15 38 39 32
Octal 311 277 67 0 5 111 25 70 71 62
Binary 11001001 10111111 110111 0 101 1001001 10101 111000 111001 110010

Color Harmonies of #C9BF37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BF37

Black with #C9BF37

Text Example


Text Example

White with #C9BF37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BF37; }

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

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

background-color css

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

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

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

border-color css

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

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

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