#CCB437

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

Shades of Old Gold #CCB437

Tints of Old Gold #CCB437

Color information

#CCB437 (or 0xCCB437) is unknown color: approx Old Gold. HEX triplet: CC, B4 and 37. RGB value is (204,180,55). Sum of RGB (Red+Green+Blue) = 204+180+55=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB437 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB437 is #334BC8. Grayscale: #ADADAD. Windows color (decimal): -3361737 or 3650764. OLE color: 3650764.

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

Color convert

RGB20418055-
CMYK00.120.730.2
HSL50.34º59.36%50.78%-
HSV(B)50.34º73.04%80%-
XYZ41.9145.7610.24-
YUV172.9361.45150.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 55 (21.88% from 255) = 12.53%
R=46.47%
G=41.00%
B=12.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041805500.120.730.250.3459.3650.78
HexCCB4370C4914323b33
Octal3142646701411124627363
Binary110011001011010011011101100100100110100110010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB437

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB437; }

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

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

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

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

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

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

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

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