#CCB23F

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

Shades of Old Gold #CCB23F

Tints of Old Gold #CCB23F

Color information

#CCB23F (or 0xCCB23F) is unknown color: approx Old Gold. HEX triplet: CC, B2 and 3F. RGB value is (204,178,63). Sum of RGB (Red+Green+Blue) = 204+178+63=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 178 (69.92% from 255 or 40% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB23F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB23F is #334DC0. Grayscale: #ADADAD. Windows color (decimal): -3362241 or 4174540. OLE color: 4174540.

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

Color convert

RGB20417863-
CMYK00.130.690.2
HSL48.94º58.02%52.35%-
HSV(B)48.94º69.12%80%-
XYZ41.7245.0411.2-
YUV172.6666.11150.35-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.84%
GREEN value IS 178 (69.92% from 255) = 40%
BLUE value IS 63 (25% from 255) = 14.16%
R=45.84%
G=40%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041786300.130.690.248.9458.0252.35
HexCCB23F0D4514313a34
Octal3142627701510524617264
Binary110011001011001011111101101100010110100110001111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB23F; }

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

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

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

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

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

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

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

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