Html Css Color HEX #C8B539 Old Gold

📋 copy color: '#C8B539'

red 200 ◦ green 181 ◦ blue 57

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

Shades of Old Gold #C8B539

Tints of Old Gold #C8B539

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.32%

 BLUE value IS 57 (22.66% from 255) = 13.01%

R = 45.66%
G = 41.32%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C8B539 (or 0xC8B539) is known color: Old Gold. HEX triplet: C8, B5 and 39. RGB value is (200,181,57). Sum of RGB (Red+Green+Blue) = 200+181+57=438 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.66% from 438); Green value is 181 (71.09% from 255 or 41.32% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B539 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B539 is #374AC6. Grayscale: #ADADAD. Windows color (decimal): -3623623 or 3782088. OLE color: 3782088.

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

Color convert

RGB 200 181 57 -
CMYK 0 0.09 0.72 0.22
HSL 52.03º 0.57% 0.5% -
HSV(B) 52.03º 0.72% 0.78% -
XYZ 41.08 45.62 10.51 -
YUV 172.55 62.79 147.58 -
System Red Green Blue C M Y K H S L
Decimal 200 181 57 0 0.09 0.72 0.22 52.03 0.57 0.5
Hex C8 B5 39 0 9 48 16 34 39 32
Octal 310 265 71 0 11 110 26 64 71 62
Binary 11001000 10110101 111001 0 1001 1001000 10110 110100 111001 110010

Color Harmonies of #C8B539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B539

Black with #C8B539

Text Example


Text Example

White with #C8B539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B539; }

 p { color: rgb(200,181,57); }

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

background-color css

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

 a { background-color: rgb(200,181,57); }

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

border-color css

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

 span { border-color: rgb(200,181,57); }

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