Html Css Color HEX #C9B341 Old Gold

📋 copy color: '#C9B341'

red 201 ◦ green 179 ◦ blue 65

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

Shades of Old Gold #C9B341

Tints of Old Gold #C9B341

RGB

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

 GREEN value IS 179 (70.31% from 255) = 40.22%

 BLUE value IS 65 (25.78% from 255) = 14.61%

R = 45.17%
G = 40.22%
B = 14.61%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#C9B341 (or 0xC9B341) is known color: Old Gold. HEX triplet: C9, B3 and 41. RGB value is (201,179,65). Sum of RGB (Red+Green+Blue) = 201+179+65=445 (58% of max value = 765). Red value is 201 (78.91% from 255 or 45.17% from 445); Green value is 179 (70.31% from 255 or 40.22% from 445); Blue value is 65 (25.78% from 255 or 14.61% from 445); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B341 is #364CBE. Grayscale: #ADADAD. Windows color (decimal): -3558591 or 4305865. OLE color: 4305865.

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

Color convert

RGB 201 179 65 -
CMYK 0 0.11 0.68 0.21
HSL 50.29º 0.56% 0.52% -
HSV(B) 50.29º 0.68% 0.79% -
XYZ 41.16 45.04 11.53 -
YUV 172.58 67.29 148.27 -
System Red Green Blue C M Y K H S L
Decimal 201 179 65 0 0.11 0.68 0.21 50.29 0.56 0.52
Hex C9 B3 41 0 B 44 15 32 38 34
Octal 311 263 101 0 13 104 25 62 70 64
Binary 11001001 10110011 1000001 0 1011 1000100 10101 110010 111000 110100

Color Harmonies of #C9B341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B341

Black with #C9B341

Text Example


Text Example

White with #C9B341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B341; }

 p { color: rgb(201,179,65); }

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

background-color css

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

 a { background-color: rgb(201,179,65); }

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

border-color css

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

 span { border-color: rgb(201,179,65); }

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