#CEBB42

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

Shades of Old Gold #CEBB42

Tints of Old Gold #CEBB42

Color information

#CEBB42 (or 0xCEBB42) is unknown color: approx Old Gold. HEX triplet: CE, BB and 42. RGB value is (206,187,66). Sum of RGB (Red+Green+Blue) = 206+187+66=459 (60% of max value = 765). Red value is 206 (80.86% from 255 or 44.88% from 459); Green value is 187 (73.44% from 255 or 40.74% from 459); Blue value is 66 (26.17% from 255 or 14.38% from 459); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB42 is #3144BD. Grayscale: #B3B3B3. Windows color (decimal): -3228862 or 4373454. OLE color: 4373454.

HSL color Cylindrical-coordinate representation of color #CEBB42: hue angle of 51.86º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CEBB42 is Cyan = 0, Magento = 0.09, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB20618766-
CMYK00.090.680.19
HSL51.86º58.82%53.33%-
HSV(B)51.86º67.96%80.78%-
XYZ44.2149.0612.29-
YUV178.8964.29147.34-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.88%
GREEN value IS 187 (73.44% from 255) = 40.74%
BLUE value IS 66 (26.17% from 255) = 14.38%
R=44.88%
G=40.74%
B=14.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061876600.090.680.1951.8658.8253.33
HexCEBB42094413343b35
Octal31627310201110423647365
Binary1100111010111011100001001001100010010011110100111011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBB42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBB42; }

 p { color: rgb(206,187,66); }

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

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

 a { background-color: rgb(206,187,66); }

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

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

 span { border-color: rgb(206,187,66); }

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