Html Css Color HEX #C9B13F Old Gold

📋 copy color: '#C9B13F'

red 201 ◦ green 177 ◦ blue 63

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

Shades of Old Gold #C9B13F

Tints of Old Gold #C9B13F

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.14%

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

R = 45.58%
G = 40.14%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.69

 K value IS 0.21

RGB Variations

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

Color information

#C9B13F (or 0xC9B13F) is known color: Old Gold. HEX triplet: C9, B1 and 3F. RGB value is (201,177,63). Sum of RGB (Red+Green+Blue) = 201+177+63=441 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.58% from 441); Green value is 177 (69.53% from 255 or 40.14% from 441); Blue value is 63 (25% from 255 or 14.29% from 441); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B13F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C9B13F is #364EC0. Grayscale: #ABABAB. Windows color (decimal): -3559105 or 4174281. OLE color: 4174281.

HSL color Cylindrical-coordinate representation of color #C9B13F: hue angle of 49.57º 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 #C9B13F is Cyan = 0, Magento = 0.12, Yellow = 0.69 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 177 63 -
CMYK 0 0.12 0.69 0.21
HSL 49.57º 0.56% 0.52% -
HSV(B) 49.57º 0.69% 0.79% -
XYZ 40.71 44.22 11.09 -
YUV 171.18 66.95 149.27 -
System Red Green Blue C M Y K H S L
Decimal 201 177 63 0 0.12 0.69 0.21 49.57 0.56 0.52
Hex C9 B1 3F 0 C 45 15 32 38 34
Octal 311 261 77 0 14 105 25 62 70 64
Binary 11001001 10110001 111111 0 1100 1000101 10101 110010 111000 110100

Color Harmonies of #C9B13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B13F

Black with #C9B13F

Text Example


Text Example

White with #C9B13F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B13F; }

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

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

background-color css

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

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

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

border-color css

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

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

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