#C8BD4B

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

Shades of Old Gold #C8BD4B

Tints of Old Gold #C8BD4B

Color information

#C8BD4B (or 0xC8BD4B) is unknown color: approx Old Gold. HEX triplet: C8, BD and 4B. RGB value is (200,189,75). Sum of RGB (Red+Green+Blue) = 200+189+75=464 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.10% from 464); Green value is 189 (74.22% from 255 or 40.73% from 464); Blue value is 75 (29.69% from 255 or 16.16% from 464); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD4B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BD4B is #3742B4. Grayscale: #B3B3B3. Windows color (decimal): -3621557 or 4963784. OLE color: 4963784.

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

Color convert

RGB20018975-
CMYK00.060.620.22
HSL54.72º53.19%53.92%-
HSV(B)54.72º62.5%78.43%-
XYZ43.2949.1813.87-
YUV179.2969.14142.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.10%
GREEN value IS 189 (74.22% from 255) = 40.73%
BLUE value IS 75 (29.69% from 255) = 16.16%
R=43.10%
G=40.73%
B=16.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001897500.060.620.2254.7253.1953.92
HexC8BD4B063E16373536
Octal310275113067626676566
Binary11001000101111011001011011011111010110110111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BD4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BD4B; }

 p { color: rgb(200,189,75); }

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

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

 a { background-color: rgb(200,189,75); }

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

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

 span { border-color: rgb(200,189,75); }

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