#CEBD39

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

Shades of Old Gold #CEBD39

Tints of Old Gold #CEBD39

Color information

#CEBD39 (or 0xCEBD39) is unknown color: approx Old Gold. HEX triplet: CE, BD and 39. RGB value is (206,189,57). Sum of RGB (Red+Green+Blue) = 206+189+57=452 (59% of max value = 765). Red value is 206 (80.86% from 255 or 45.58% from 452); Green value is 189 (74.22% from 255 or 41.81% from 452); Blue value is 57 (22.66% from 255 or 12.61% from 452); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBD39 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBD39 is #3142C6. Grayscale: #B3B3B3. Windows color (decimal): -3228359 or 3784142. OLE color: 3784142.

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

Color convert

RGB20618957-
CMYK00.080.720.19
HSL53.15º60.32%51.57%-
HSV(B)53.15º72.33%80.78%-
XYZ44.3949.8111.15-
YUV179.0359.13147.23-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 45.58%
GREEN value IS 189 (74.22% from 255) = 41.81%
BLUE value IS 57 (22.66% from 255) = 12.61%
R=45.58%
G=41.81%
B=12.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061895700.080.720.1953.1560.3251.57
HexCEBD39084813353c34
Octal3162757101011023657464
Binary110011101011110111100101000100100010011110101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBD39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBD39; }

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

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

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

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

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

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

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

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