Html Css Color HEX #C8BA3A Old Gold

📋 copy color: '#C8BA3A'

red 200 ◦ green 186 ◦ blue 58

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

Shades of Old Gold #C8BA3A

Tints of Old Gold #C8BA3A

RGB

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

 GREEN value IS 186 (73.05% from 255) = 41.89%

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

R = 45.05%
G = 41.89%
B = 13.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C8BA3A (or 0xC8BA3A) is known color: Old Gold. HEX triplet: C8, BA and 3A. RGB value is (200,186,58). Sum of RGB (Red+Green+Blue) = 200+186+58=444 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.05% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 58 (23.05% from 255 or 13.06% from 444); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BA3A is #3745C5. Grayscale: #B0B0B0. Windows color (decimal): -3622342 or 3848904. OLE color: 3848904.

HSL color Cylindrical-coordinate representation of color #C8BA3A: hue angle of 54.08º 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 #C8BA3A is Cyan = 0, Magento = 0.07, Yellow = 0.71 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 186 58 -
CMYK 0 0.07 0.71 0.22
HSL 54.08º 0.56% 0.51% -
HSV(B) 54.08º 0.71% 0.78% -
XYZ 42.14 47.7 10.99 -
YUV 175.59 61.64 145.41 -
System Red Green Blue C M Y K H S L
Decimal 200 186 58 0 0.07 0.71 0.22 54.08 0.56 0.51
Hex C8 BA 3A 0 7 47 16 36 38 33
Octal 310 272 72 0 7 107 26 66 70 63
Binary 11001000 10111010 111010 0 111 1000111 10110 110110 111000 110011

Color Harmonies of #C8BA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA3A

Black with #C8BA3A

Text Example


Text Example

White with #C8BA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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