#CEAF3A

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

Shades of Old Gold #CEAF3A

Tints of Old Gold #CEAF3A

Color information

#CEAF3A (or 0xCEAF3A) is unknown color: approx Old Gold. HEX triplet: CE, AF and 3A. RGB value is (206,175,58). Sum of RGB (Red+Green+Blue) = 206+175+58=439 (58% of max value = 765). Red value is 206 (80.86% from 255 or 46.92% from 439); Green value is 175 (68.75% from 255 or 39.86% from 439); Blue value is 58 (23.05% from 255 or 13.21% from 439); Max value from RGB is 206 - color contains mainly: red. Hex color #CEAF3A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CEAF3A is #3150C5. Grayscale: #ABABAB. Windows color (decimal): -3231942 or 3846094. OLE color: 3846094.

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

Color convert

RGB20617558-
CMYK00.150.720.19
HSL47.43º60.16%51.76%-
HSV(B)47.43º71.84%80.78%-
XYZ41.5544.0910.32-
YUV170.9364.27153.01-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 46.92%
GREEN value IS 175 (68.75% from 255) = 39.86%
BLUE value IS 58 (23.05% from 255) = 13.21%
R=46.92%
G=39.86%
B=13.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.72
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2061755800.150.720.1947.4360.1651.76
HexCEAF3A0F48132f3c34
Octal3162577201711023577464
Binary110011101010111111101001111100100010011101111111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEAF3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEAF3A; }

 p { color: rgb(206,175,58); }

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

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

 a { background-color: rgb(206,175,58); }

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

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

 span { border-color: rgb(206,175,58); }

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