Html Css Color HEX #C8BD49 Old Gold

📋 copy color: '#C8BD49'

red 200 ◦ green 189 ◦ blue 73

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

Shades of Old Gold #C8BD49

Tints of Old Gold #C8BD49

RGB

 RED value IS 200 (78.52% from 255) = 43.29%

 GREEN value IS 189 (74.22% from 255) = 40.91%

 BLUE value IS 73 (28.91% from 255) = 15.8%

R = 43.29%
G = 40.91%
B = 15.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.64

 K value IS 0.22

RGB Variations

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

Color information

#C8BD49 (or 0xC8BD49) is known color: Old Gold. HEX triplet: C8, BD and 49. RGB value is (200,189,73). Sum of RGB (Red+Green+Blue) = 200+189+73=462 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.29% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 73 (28.91% from 255 or 15.80% from 462); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD49 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BD49 is #3742B6. Grayscale: #B3B3B3. Windows color (decimal): -3621559 or 4832712. OLE color: 4832712.

HSL color Cylindrical-coordinate representation of color #C8BD49: hue angle of 54.8º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C8BD49 is Cyan = 0, Magento = 0.06, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 189 73 -
CMYK 0 0.06 0.64 0.22
HSL 54.8º 0.54% 0.54% -
HSV(B) 54.8º 0.64% 0.78% -
XYZ 43.22 49.16 13.51 -
YUV 179.07 68.14 142.93 -
System Red Green Blue C M Y K H S L
Decimal 200 189 73 0 0.06 0.64 0.22 54.8 0.54 0.54
Hex C8 BD 49 0 6 40 16 37 36 36
Octal 310 275 111 0 6 100 26 67 66 66
Binary 11001000 10111101 1001001 0 110 1000000 10110 110111 110110 110110

Color Harmonies of #C8BD49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BD49

Black with #C8BD49

Text Example


Text Example

White with #C8BD49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BD49; }

 p { color: rgb(200,189,73); }

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

background-color css

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

 a { background-color: rgb(200,189,73); }

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

border-color css

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

 span { border-color: rgb(200,189,73); }

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