Html Css Color HEX #C9B343 Old Gold

📋 copy color: '#C9B343'

red 201 ◦ green 179 ◦ blue 67

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

Shades of Old Gold #C9B343

Tints of Old Gold #C9B343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 14.99%

R = 44.97%
G = 40.04%
B = 14.99%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.21

RGB Variations

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

Color information

#C9B343 (or 0xC9B343) is known color: Old Gold. HEX triplet: C9, B3 and 43. RGB value is (201,179,67). Sum of RGB (Red+Green+Blue) = 201+179+67=447 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.97% from 447); Green value is 179 (70.31% from 255 or 40.04% from 447); Blue value is 67 (26.56% from 255 or 14.99% from 447); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B343 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B343 is #364CBC. Grayscale: #ADADAD. Windows color (decimal): -3558589 or 4436937. OLE color: 4436937.

HSL color Cylindrical-coordinate representation of color #C9B343: hue angle of 50.15º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C9B343 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 179 67 -
CMYK 0 0.11 0.67 0.21
HSL 50.15º 0.55% 0.53% -
HSV(B) 50.15º 0.67% 0.79% -
XYZ 41.22 45.06 11.84 -
YUV 172.81 68.29 148.11 -
System Red Green Blue C M Y K H S L
Decimal 201 179 67 0 0.11 0.67 0.21 50.15 0.55 0.53
Hex C9 B3 43 0 B 43 15 32 37 35
Octal 311 263 103 0 13 103 25 62 67 65
Binary 11001001 10110011 1000011 0 1011 1000011 10101 110010 110111 110101

Color Harmonies of #C9B343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B343

Black with #C9B343

Text Example


Text Example

White with #C9B343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B343; }

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

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

background-color css

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

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

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

border-color css

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

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

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