#CCB23A

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

Shades of Old Gold #CCB23A

Tints of Old Gold #CCB23A

Color information

#CCB23A (or 0xCCB23A) is unknown color: approx Old Gold. HEX triplet: CC, B2 and 3A. RGB value is (204,178,58). Sum of RGB (Red+Green+Blue) = 204+178+58=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 178 (69.92% from 255 or 40.45% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB23A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB23A is #334DC5. Grayscale: #ACACAC. Windows color (decimal): -3362246 or 3846860. OLE color: 3846860.

HSL color Cylindrical-coordinate representation of color #CCB23A: hue angle of 49.32º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CCB23A is Cyan = 0, Magento = 0.13, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB20417858-
CMYK00.130.720.2
HSL49.32º58.87%51.37%-
HSV(B)49.32º71.57%80%-
XYZ41.5944.9810.49-
YUV172.0963.61150.76-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 178 (69.92% from 255) = 40.45%
BLUE value IS 58 (23.05% from 255) = 13.18%
R=46.36%
G=40.45%
B=13.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041785800.130.720.249.3258.8751.37
HexCCB23A0D4814313b33
Octal3142627201511024617363
Binary110011001011001011101001101100100010100110001111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB23A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB23A; }

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

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

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

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

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

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

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

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