Html Css Color HEX #C9BA4B Old Gold

📋 copy color: '#C9BA4B'

red 201 ◦ green 186 ◦ blue 75

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

Shades of Old Gold #C9BA4B

Tints of Old Gold #C9BA4B

RGB

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

 GREEN value IS 186 (73.05% from 255) = 40.26%

 BLUE value IS 75 (29.69% from 255) = 16.23%

R = 43.51%
G = 40.26%
B = 16.23%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.63

 K value IS 0.21

RGB Variations

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

Color information

#C9BA4B (or 0xC9BA4B) is known color: Old Gold. HEX triplet: C9, BA and 4B. RGB value is (201,186,75). Sum of RGB (Red+Green+Blue) = 201+186+75=462 (61% of max value = 765). Red value is 201 (78.91% from 255 or 43.51% from 462); Green value is 186 (73.05% from 255 or 40.26% from 462); Blue value is 75 (29.69% from 255 or 16.23% from 462); Max value from RGB is 201 - color contains mainly: red. Hex color #C9BA4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C9BA4B is #3645B4. Grayscale: #B2B2B2. Windows color (decimal): -3556789 or 4963017. OLE color: 4963017.

HSL color Cylindrical-coordinate representation of color #C9BA4B: hue angle of 52.86º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C9BA4B is Cyan = 0, Magento = 0.07, Yellow = 0.63 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 186 75 -
CMYK 0 0.07 0.63 0.21
HSL 52.86º 0.54% 0.54% -
HSV(B) 52.86º 0.63% 0.79% -
XYZ 42.92 48.04 13.67 -
YUV 177.83 69.97 144.53 -
System Red Green Blue C M Y K H S L
Decimal 201 186 75 0 0.07 0.63 0.21 52.86 0.54 0.54
Hex C9 BA 4B 0 7 3F 15 35 36 36
Octal 311 272 113 0 7 77 25 65 66 66
Binary 11001001 10111010 1001011 0 111 111111 10101 110101 110110 110110

Color Harmonies of #C9BA4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9BA4B

Black with #C9BA4B

Text Example


Text Example

White with #C9BA4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9BA4B; }

 p { color: rgb(201,186,75); }

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

background-color css

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

 a { background-color: rgb(201,186,75); }

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

border-color css

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

 span { border-color: rgb(201,186,75); }

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