Html Css Color HEX #C8BC3A Old Gold

📋 copy color: '#C8BC3A'

red 200 ◦ green 188 ◦ blue 58

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

Shades of Old Gold #C8BC3A

Tints of Old Gold #C8BC3A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 42.15%

 BLUE value IS 58 (23.05% from 255) = 13%

R = 44.84%
G = 42.15%
B = 13%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8BC3A (or 0xC8BC3A) is known color: Old Gold. HEX triplet: C8, BC and 3A. RGB value is (200,188,58). Sum of RGB (Red+Green+Blue) = 200+188+58=446 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.84% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 58 (23.05% from 255 or 13.00% from 446); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BC3A is #3743C5. Grayscale: #B1B1B1. Windows color (decimal): -3621830 or 3849416. OLE color: 3849416.

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

Color convert

RGB 200 188 58 -
CMYK 0 0.06 0.71 0.22
HSL 54.93º 0.56% 0.51% -
HSV(B) 54.93º 0.71% 0.78% -
XYZ 42.57 48.55 11.13 -
YUV 176.77 60.98 144.57 -
System Red Green Blue C M Y K H S L
Decimal 200 188 58 0 0.06 0.71 0.22 54.93 0.56 0.51
Hex C8 BC 3A 0 6 47 16 37 38 33
Octal 310 274 72 0 6 107 26 67 70 63
Binary 11001000 10111100 111010 0 110 1000111 10110 110111 111000 110011

Color Harmonies of #C8BC3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC3A

Black with #C8BC3A

Text Example


Text Example

White with #C8BC3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC3A; }

 p { color: rgb(200,188,58); }

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

background-color css

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

 a { background-color: rgb(200,188,58); }

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

border-color css

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

 span { border-color: rgb(200,188,58); }

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