Html Css Color HEX #C9B844 Old Gold

📋 copy color: '#C9B844'

red 201 ◦ green 184 ◦ blue 68

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

Shades of Old Gold #C9B844

Tints of Old Gold #C9B844

RGB

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

 GREEN value IS 184 (72.27% from 255) = 40.62%

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

R = 44.37%
G = 40.62%
B = 15.01%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.66

 K value IS 0.21

RGB Variations

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

Color information

#C9B844 (or 0xC9B844) is known color: Old Gold. HEX triplet: C9, B8 and 44. RGB value is (201,184,68). Sum of RGB (Red+Green+Blue) = 201+184+68=453 (60% of max value = 765). Red value is 201 (78.91% from 255 or 44.37% from 453); Green value is 184 (72.27% from 255 or 40.62% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 201 - color contains mainly: red. Hex color #C9B844 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9B844 is #3647BB. Grayscale: #B0B0B0. Windows color (decimal): -3557308 or 4503753. OLE color: 4503753.

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

Color convert

RGB 201 184 68 -
CMYK 0 0.08 0.66 0.21
HSL 52.33º 0.55% 0.53% -
HSV(B) 52.33º 0.66% 0.79% -
XYZ 42.27 47.12 12.34 -
YUV 175.86 67.13 145.93 -
System Red Green Blue C M Y K H S L
Decimal 201 184 68 0 0.08 0.66 0.21 52.33 0.55 0.53
Hex C9 B8 44 0 8 42 15 34 37 35
Octal 311 270 104 0 10 102 25 64 67 65
Binary 11001001 10111000 1000100 0 1000 1000010 10101 110100 110111 110101

Color Harmonies of #C9B844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9B844

Black with #C9B844

Text Example


Text Example

White with #C9B844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9B844; }

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

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

background-color css

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

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

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

border-color css

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

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

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