#CEBB39

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

Shades of Old Gold #CEBB39

Tints of Old Gold #CEBB39

Color information

#CEBB39 (or 0xCEBB39) is unknown color: approx Old Gold. HEX triplet: CE, BB and 39. RGB value is (206,187,57). Sum of RGB (Red+Green+Blue) = 206+187+57=450 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.78% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 57 (22.66% from 255 or 12.67% from 450); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBB39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBB39 is #3144C6. Grayscale: #B2B2B2. Windows color (decimal): -3228871 or 3783630. OLE color: 3783630.

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

Color convert

RGB20618757-
CMYK00.090.720.19
HSL52.35º60.32%51.57%-
HSV(B)52.35º72.33%80.78%-
XYZ43.9648.9611-
YUV177.8659.79148.07-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.78%
GREEN value IS 187 (73.44% from 255) = 41.56%
BLUE value IS 57 (22.66% from 255) = 12.67%
R=45.78%
G=41.56%
B=12.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061875700.090.720.1952.3560.3251.57
HexCEBB39094813343c34
Octal3162737101111023647464
Binary110011101011101111100101001100100010011110100111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBB39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBB39; }

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

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

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

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

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

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

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

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