#CCB43F

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

Shades of Old Gold #CCB43F

Tints of Old Gold #CCB43F

Color information

#CCB43F (or 0xCCB43F) is unknown color: approx Old Gold. HEX triplet: CC, B4 and 3F. RGB value is (204,180,63). Sum of RGB (Red+Green+Blue) = 204+180+63=447 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.64% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 63 (25% from 255 or 14.09% from 447); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB43F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB43F is #334BC0. Grayscale: #AEAEAE. Windows color (decimal): -3361729 or 4175052. OLE color: 4175052.

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

Color convert

RGB20418063-
CMYK00.120.690.2
HSL49.79º58.02%52.35%-
HSV(B)49.79º69.12%80%-
XYZ42.1245.8411.33-
YUV173.8465.45149.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.64%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 63 (25% from 255) = 14.09%
R=45.64%
G=40.27%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.69
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041806300.120.690.249.7958.0252.35
HexCCB43F0C4514323a34
Octal3142647701410524627264
Binary110011001011010011111101100100010110100110010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB43F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB43F; }

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

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

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

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

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

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

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

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