#CCB13E

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

Shades of Old Gold #CCB13E

Tints of Old Gold #CCB13E

Color information

#CCB13E (or 0xCCB13E) is unknown color: approx Old Gold. HEX triplet: CC, B1 and 3E. RGB value is (204,177,62). Sum of RGB (Red+Green+Blue) = 204+177+62=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 177 (69.53% from 255 or 39.95% from 443); Blue value is 62 (24.61% from 255 or 14.00% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB13E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB13E is #334EC1. Grayscale: #ACACAC. Windows color (decimal): -3362498 or 4108748. OLE color: 4108748.

HSL color Cylindrical-coordinate representation of color #CCB13E: hue angle of 48.59º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CCB13E is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB20417762-
CMYK00.130.700.2
HSL48.59º58.2%52.16%-
HSV(B)48.59º69.61%80%-
XYZ41.4944.6310.98-
YUV171.9665.95150.85-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 177 (69.53% from 255) = 39.95%
BLUE value IS 62 (24.61% from 255) = 14.00%
R=46.05%
G=39.95%
B=14.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.70
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041776200.130.700.248.5958.252.16
HexCCB13E0D4614313a34
Octal3142617601510624617264
Binary110011001011000111111001101100011010100110001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB13E; }

 p { color: rgb(204,177,62); }

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

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

 a { background-color: rgb(204,177,62); }

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

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

 span { border-color: rgb(204,177,62); }

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