#CEBF45

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

Shades of Old Gold #CEBF45

Tints of Old Gold #CEBF45

Color information

#CEBF45 (or 0xCEBF45) is unknown color: approx Old Gold. HEX triplet: CE, BF and 45. RGB value is (206,191,69). Sum of RGB (Red+Green+Blue) = 206+191+69=466 (61% of max value = 765). Red value is 206 (80.86% from 255 or 44.21% from 466); Green value is 191 (75% from 255 or 40.99% from 466); Blue value is 69 (27.34% from 255 or 14.81% from 466); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBF45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CEBF45 is #3140BA. Grayscale: #B6B6B6. Windows color (decimal): -3227835 or 4571086. OLE color: 4571086.

HSL color Cylindrical-coordinate representation of color #CEBF45: hue angle of 53.43º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CEBF45 is Cyan = 0, Magento = 0.07, Yellow = 0.67 and Black (K on CMYK) = 0.19.

Color convert

RGB20619169-
CMYK00.070.670.19
HSL53.43º58.3%53.92%-
HSV(B)53.43º66.5%80.78%-
XYZ45.1650.8113.06-
YUV181.5864.47145.42-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 44.21%
GREEN value IS 191 (75% from 255) = 40.99%
BLUE value IS 69 (27.34% from 255) = 14.81%
R=44.21%
G=40.99%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.67
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061916900.070.670.1953.4358.353.92
HexCEBF45074313353a36
Octal3162771050710323657266
Binary110011101011111110001010111100001110011110101111010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEBF45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEBF45; }

 p { color: rgb(206,191,69); }

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

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

 a { background-color: rgb(206,191,69); }

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

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

 span { border-color: rgb(206,191,69); }

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