Html Css Color HEX #C8BB3A Old Gold

📋 copy color: '#C8BB3A'

red 200 ◦ green 187 ◦ blue 58

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

Shades of Old Gold #C8BB3A

Tints of Old Gold #C8BB3A

RGB

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

 GREEN value IS 187 (73.44% from 255) = 42.02%

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

R = 44.94%
G = 42.02%
B = 13.03%

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

#C8BB3A (or 0xC8BB3A) is known color: Old Gold. HEX triplet: C8, BB and 3A. RGB value is (200,187,58). Sum of RGB (Red+Green+Blue) = 200+187+58=445 (58% of max value = 765). Red value is 200 (78.52% from 255 or 44.94% from 445); Green value is 187 (73.44% from 255 or 42.02% from 445); Blue value is 58 (23.05% from 255 or 13.03% from 445); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB3A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BB3A is #3744C5. Grayscale: #B0B0B0. Windows color (decimal): -3622086 or 3849160. OLE color: 3849160.

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

Color convert

RGB 200 187 58 -
CMYK 0 0.06 0.71 0.22
HSL 54.51º 0.56% 0.51% -
HSV(B) 54.51º 0.71% 0.78% -
XYZ 42.35 48.13 11.06 -
YUV 176.18 61.31 144.99 -
System Red Green Blue C M Y K H S L
Decimal 200 187 58 0 0.06 0.71 0.22 54.51 0.56 0.51
Hex C8 BB 3A 0 6 47 16 37 38 33
Octal 310 273 72 0 6 107 26 67 70 63
Binary 11001000 10111011 111010 0 110 1000111 10110 110111 111000 110011

Color Harmonies of #C8BB3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BB3A

Black with #C8BB3A

Text Example


Text Example

White with #C8BB3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BB3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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