#CEB72D

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

Shades of Old Gold #CEB72D

Tints of Old Gold #CEB72D

Color information

#CEB72D (or 0xCEB72D) is unknown color: approx Old Gold. HEX triplet: CE, B7 and 2D. RGB value is (206,183,45). Sum of RGB (Red+Green+Blue) = 206+183+45=434 (57% of max value = 765). Red value is 206 (80.86% from 255 or 47.47% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 45 (17.97% from 255 or 10.37% from 434); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEB72D is #3148D2. Grayscale: #AEAEAE. Windows color (decimal): -3229907 or 2996174. OLE color: 2996174.

HSL color Cylindrical-coordinate representation of color #CEB72D: hue angle of 51.43º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #CEB72D is Cyan = 0, Magento = 0.11, Yellow = 0.78 and Black (K on CMYK) = 0.19.

Color convert

RGB20618345-
CMYK00.110.780.19
HSL51.43º64.14%49.22%-
HSV(B)51.43º78.16%80.78%-
XYZ42.8647.189.33-
YUV174.1455.12150.72-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 47.47%
GREEN value IS 183 (71.88% from 255) = 42.17%
BLUE value IS 45 (17.97% from 255) = 10.37%
R=47.47%
G=42.17%
B=10.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.78
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061834500.110.780.1951.4364.1449.22
HexCEB72D0B4E13334031
Octal31626755013116236310061
Binary1100111010110111101101010111001110100111100111000000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEB72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEB72D; }

 p { color: rgb(206,183,45); }

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

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

 a { background-color: rgb(206,183,45); }

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

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

 span { border-color: rgb(206,183,45); }

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