Html Css Color HEX #C8B937 Old Gold

📋 copy color: '#C8B937'

red 200 ◦ green 185 ◦ blue 55

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

Shades of Old Gold #C8B937

Tints of Old Gold #C8B937

RGB

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

 GREEN value IS 185 (72.66% from 255) = 42.05%

 BLUE value IS 55 (21.88% from 255) = 12.5%

R = 45.45%
G = 42.05%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C8B937 (or 0xC8B937) is known color: Old Gold. HEX triplet: C8, B9 and 37. RGB value is (200,185,55). Sum of RGB (Red+Green+Blue) = 200+185+55=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 55 (21.88% from 255 or 12.5% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B937 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B937 is #3746C8. Grayscale: #AFAFAF. Windows color (decimal): -3622601 or 3652040. OLE color: 3652040.

HSL color Cylindrical-coordinate representation of color #C8B937: hue angle of 53.79º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C8B937 is Cyan = 0, Magento = 0.08, Yellow = 0.72 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 185 55 -
CMYK 0 0.08 0.72 0.22
HSL 53.79º 0.57% 0.5% -
HSV(B) 53.79º 0.73% 0.78% -
XYZ 41.86 47.25 10.53 -
YUV 174.67 60.47 146.07 -
System Red Green Blue C M Y K H S L
Decimal 200 185 55 0 0.08 0.72 0.22 53.79 0.57 0.5
Hex C8 B9 37 0 8 48 16 36 39 32
Octal 310 271 67 0 10 110 26 66 71 62
Binary 11001000 10111001 110111 0 1000 1001000 10110 110110 111001 110010

Color Harmonies of #C8B937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B937

Black with #C8B937

Text Example


Text Example

White with #C8B937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B937; }

 p { color: rgb(200,185,55); }

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

background-color css

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

 a { background-color: rgb(200,185,55); }

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

border-color css

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

 span { border-color: rgb(200,185,55); }

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