Html Css Color HEX #C8B731 Old Gold

📋 copy color: '#C8B731'

red 200 ◦ green 183 ◦ blue 49

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

Shades of Old Gold #C8B731

Tints of Old Gold #C8B731

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.36%

 BLUE value IS 49 (19.53% from 255) = 11.34%

R = 46.3%
G = 42.36%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C8B731 (or 0xC8B731) is known color: Old Gold. HEX triplet: C8, B7 and 31. RGB value is (200,183,49). Sum of RGB (Red+Green+Blue) = 200+183+49=432 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.30% from 432); Green value is 183 (71.88% from 255 or 42.36% from 432); Blue value is 49 (19.53% from 255 or 11.34% from 432); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B731 is #3748CE. Grayscale: #ADADAD. Windows color (decimal): -3623119 or 3258312. OLE color: 3258312.

HSL color Cylindrical-coordinate representation of color #C8B731: hue angle of 53.25º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C8B731 is Cyan = 0, Magento = 0.08, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 183 49 -
CMYK 0 0.08 0.76 0.22
HSL 53.25º 0.61% 0.49% -
HSV(B) 53.25º 0.76% 0.78% -
XYZ 41.31 46.37 9.68 -
YUV 172.81 58.13 147.4 -
System Red Green Blue C M Y K H S L
Decimal 200 183 49 0 0.08 0.76 0.22 53.25 0.61 0.49
Hex C8 B7 31 0 8 4C 16 35 3D 31
Octal 310 267 61 0 10 114 26 65 75 61
Binary 11001000 10110111 110001 0 1000 1001100 10110 110101 111101 110001

Color Harmonies of #C8B731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B731

Black with #C8B731

Text Example


Text Example

White with #C8B731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B731; }

 p { color: rgb(200,183,49); }

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

background-color css

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

 a { background-color: rgb(200,183,49); }

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

border-color css

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

 span { border-color: rgb(200,183,49); }

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