#C8B23B

Color #C8B23B Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #C8B23B

Tints of Old Gold #C8B23B

Color information

#C8B23B (or 0xC8B23B) is unknown color: approx Old Gold. HEX triplet: C8, B2 and 3B. RGB value is (200,178,59). Sum of RGB (Red+Green+Blue) = 200+178+59=437 (57% of max value = 765). Red value is 200 (78.52% from 255 or 45.77% from 437); Green value is 178 (69.92% from 255 or 40.73% from 437); Blue value is 59 (23.44% from 255 or 13.50% from 437); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8B23B is #374DC4. Grayscale: #ABABAB. Windows color (decimal): -3624389 or 3912392. OLE color: 3912392.

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

Color convert

RGB20017859-
CMYK00.110.700.22
HSL50.64º56.18%50.78%-
HSV(B)50.64º70.5%78.43%-
XYZ40.5344.4410.58-
YUV171.0164.79148.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.77%
GREEN value IS 178 (69.92% from 255) = 40.73%
BLUE value IS 59 (23.44% from 255) = 13.50%
R=45.77%
G=40.73%
B=13.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.70
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001785900.110.700.2250.6456.1850.78
HexC8B23B0B4616333833
Octal3102627301310626637063
Binary110010001011001011101101011100011010110110011111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B23B; }

 p { color: rgb(200,178,59); }

 H1.HeaderClassName
 {
   color: #C8B23B;
 }
 .AnyTagClassName
 {
   color: #C8B23B;
 }
</style>
background-color css

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

 a { background-color: rgb(200,178,59); }

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

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

 span { border-color: rgb(200,178,59); }

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