#C8BE4D

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

Shades of Old Gold #C8BE4D

Tints of Old Gold #C8BE4D

Color information

#C8BE4D (or 0xC8BE4D) is unknown color: approx Old Gold. HEX triplet: C8, BE and 4D. RGB value is (200,190,77). Sum of RGB (Red+Green+Blue) = 200+190+77=467 (61% of max value = 765). Red value is 200 (78.52% from 255 or 42.83% from 467); Green value is 190 (74.61% from 255 or 40.69% from 467); Blue value is 77 (30.47% from 255 or 16.49% from 467); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE4D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE4D is #3741B2. Grayscale: #B4B4B4. Windows color (decimal): -3621299 or 5095112. OLE color: 5095112.

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

Color convert

RGB20019077-
CMYK00.050.620.22
HSL55.12º52.79%54.31%-
HSV(B)55.12º61.5%78.43%-
XYZ43.5749.6414.31-
YUV180.1169.81142.19-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 42.83%
GREEN value IS 190 (74.61% from 255) = 40.69%
BLUE value IS 77 (30.47% from 255) = 16.49%
R=42.83%
G=40.69%
B=16.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001907700.050.620.2255.1252.7954.31
HexC8BE4D053E16373536
Octal310276115057626676566
Binary11001000101111101001101010111111010110110111110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8BE4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8BE4D; }

 p { color: rgb(200,190,77); }

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

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

 a { background-color: rgb(200,190,77); }

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

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

 span { border-color: rgb(200,190,77); }

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