Html Css Color HEX #C9B744 Old Gold

📋 copy color: '#C9B744'

red 201 ◦ green 183 ◦ blue 68

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

Shades of Old Gold #C9B744

Tints of Old Gold #C9B744

RGB

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

 GREEN value IS 183 (71.88% from 255) = 40.49%

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

R = 44.47%
G = 40.49%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C9B744 (or 0xC9B744) is known color: Old Gold. HEX triplet: C9, B7 and 44. RGB value is (201,183,68). Sum of RGB (Red+Green+Blue) = 201+183+68=452 (59% of max value = 765). Red value is 201 (78.91% from 255 or 44.47% from 452); Green value is 183 (71.88% from 255 or 40.49% from 452); Blue value is 68 (26.95% from 255 or 15.04% from 452); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B744 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B744 is #3648BB. Grayscale: #AFAFAF. Windows color (decimal): -3557564 or 4503497. OLE color: 4503497.

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

Color convert

RGB 201 183 68 -
CMYK 0 0.09 0.66 0.21
HSL 51.88º 0.55% 0.53% -
HSV(B) 51.88º 0.66% 0.79% -
XYZ 42.06 46.7 12.27 -
YUV 175.27 67.46 146.35 -
System Red Green Blue C M Y K H S L
Decimal 201 183 68 0 0.09 0.66 0.21 51.88 0.55 0.53
Hex C9 B7 44 0 9 42 15 34 37 35
Octal 311 267 104 0 11 102 25 64 67 65
Binary 11001001 10110111 1000100 0 1001 1000010 10101 110100 110111 110101

Color Harmonies of #C9B744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B744

Black with #C9B744

Text Example


Text Example

White with #C9B744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B744; }

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

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

background-color css

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

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

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

border-color css

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

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

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