#CEBC39

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

Shades of Old Gold #CEBC39

Tints of Old Gold #CEBC39

Color information

#CEBC39 (or 0xCEBC39) is unknown color: approx Old Gold. HEX triplet: CE, BC and 39. RGB value is (206,188,57). Sum of RGB (Red+Green+Blue) = 206+188+57=451 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.68% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 57 (22.66% from 255 or 12.64% from 451); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBC39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBC39 is #3143C6. Grayscale: #B2B2B2. Windows color (decimal): -3228615 or 3783886. OLE color: 3783886.

HSL color Cylindrical-coordinate representation of color #CEBC39: hue angle of 52.75º 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 #CEBC39 is Cyan = 0, Magento = 0.09, Yellow = 0.72 and Black (K on CMYK) = 0.19.

Color convert

RGB20618857-
CMYK00.090.720.19
HSL52.75º60.32%51.57%-
HSV(B)52.75º72.33%80.78%-
XYZ44.1849.3811.07-
YUV178.4559.46147.65-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.68%
GREEN value IS 188 (73.83% from 255) = 41.69%
BLUE value IS 57 (22.66% from 255) = 12.64%
R=45.68%
G=41.69%
B=12.64%

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
Decimal2061885700.090.720.1952.7560.3251.57
HexCEBC39094813353c34
Octal3162747101111023657464
Binary110011101011110011100101001100100010011110101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBC39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBC39; }

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

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

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

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

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

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

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

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