Html Css Color HEX #C9BF3F Old Gold

📋 copy color: '#C9BF3F'

red 201 ◦ green 191 ◦ blue 63

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

Shades of Old Gold #C9BF3F

Tints of Old Gold #C9BF3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 13.85%

R = 44.18%
G = 41.98%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9BF3F (or 0xC9BF3F) is known color: Old Gold. HEX triplet: C9, BF and 3F. RGB value is (201,191,63). Sum of RGB (Red+Green+Blue) = 201+191+63=455 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.18% from 455); Green value is 191 (75% from 255 or 41.98% from 455); Blue value is 63 (25% from 255 or 13.85% from 455); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BF3F is #3640C0. Grayscale: #B3B3B3. Windows color (decimal): -3555521 or 4177865. OLE color: 4177865.

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

Color convert

RGB 201 191 63 -
CMYK 0 0.05 0.69 0.21
HSL 55.65º 0.56% 0.52% -
HSV(B) 55.65º 0.69% 0.79% -
XYZ 43.62 50.04 12.06 -
YUV 179.4 62.31 143.41 -
System Red Green Blue C M Y K H S L
Decimal 201 191 63 0 0.05 0.69 0.21 55.65 0.56 0.52
Hex C9 BF 3F 0 5 45 15 38 38 34
Octal 311 277 77 0 5 105 25 70 70 64
Binary 11001001 10111111 111111 0 101 1000101 10101 111000 111000 110100

Color Harmonies of #C9BF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BF3F

Black with #C9BF3F

Text Example


Text Example

White with #C9BF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BF3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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