Html Css Color HEX #C9B444 Old Gold

📋 copy color: '#C9B444'

red 201 ◦ green 180 ◦ blue 68

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

Shades of Old Gold #C9B444

Tints of Old Gold #C9B444

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.09%

 BLUE value IS 68 (26.95% from 255) = 15.14%

R = 44.77%
G = 40.09%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C9B444 (or 0xC9B444) is known color: Old Gold. HEX triplet: C9, B4 and 44. RGB value is (201,180,68). Sum of RGB (Red+Green+Blue) = 201+180+68=449 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.77% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 68 (26.95% from 255 or 15.14% from 449); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B444 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B444 is #364BBB. Grayscale: #ADADAD. Windows color (decimal): -3558332 or 4502729. OLE color: 4502729.

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

Color convert

RGB 201 180 68 -
CMYK 0 0.10 0.66 0.21
HSL 50.53º 0.55% 0.53% -
HSV(B) 50.53º 0.66% 0.79% -
XYZ 41.45 45.48 12.06 -
YUV 173.51 68.46 147.61 -
System Red Green Blue C M Y K H S L
Decimal 201 180 68 0 0.10 0.66 0.21 50.53 0.55 0.53
Hex C9 B4 44 0 A 42 15 33 37 35
Octal 311 264 104 0 12 102 25 63 67 65
Binary 11001001 10110100 1000100 0 1010 1000010 10101 110011 110111 110101

Color Harmonies of #C9B444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B444

Black with #C9B444

Text Example


Text Example

White with #C9B444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B444; }

 p { color: rgb(201,180,68); }

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

background-color css

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

 a { background-color: rgb(201,180,68); }

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

border-color css

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

 span { border-color: rgb(201,180,68); }

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