#CCB23E

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

Shades of Old Gold #CCB23E

Tints of Old Gold #CCB23E

Color information

#CCB23E (or 0xCCB23E) is unknown color: approx Old Gold. HEX triplet: CC, B2 and 3E. RGB value is (204,178,62). Sum of RGB (Red+Green+Blue) = 204+178+62=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 178 (69.92% from 255 or 40.09% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB23E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB23E is #334DC1. Grayscale: #ADADAD. Windows color (decimal): -3362242 or 4109004. OLE color: 4109004.

HSL color Cylindrical-coordinate representation of color #CCB23E: hue angle of 49.01º 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 #CCB23E is Cyan = 0, Magento = 0.13, Yellow = 0.70 and Black (K on CMYK) = 0.2.

Color convert

RGB20417862-
CMYK00.130.700.2
HSL49.01º58.2%52.16%-
HSV(B)49.01º69.61%80%-
XYZ41.6945.0311.05-
YUV172.5565.61150.43-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.95%
GREEN value IS 178 (69.92% from 255) = 40.09%
BLUE value IS 62 (24.61% from 255) = 13.96%
R=45.95%
G=40.09%
B=13.96%

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
Decimal2041786200.130.700.249.0158.252.16
HexCCB23E0D4614313a34
Octal3142627601510624617264
Binary110011001011001011111001101100011010100110001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB23E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB23E; }

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

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

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

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

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

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

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

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