#CCB544

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

Shades of Old Gold #CCB544

Tints of Old Gold #CCB544

Color information

#CCB544 (or 0xCCB544) is unknown color: approx Old Gold. HEX triplet: CC, B5 and 44. RGB value is (204,181,68). Sum of RGB (Red+Green+Blue) = 204+181+68=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 181 (71.09% from 255 or 39.96% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB544 is #334ABB. Grayscale: #AFAFAF. Windows color (decimal): -3361468 or 4502988. OLE color: 4502988.

HSL color Cylindrical-coordinate representation of color #CCB544: hue angle of 49.85º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CCB544 is Cyan = 0, Magento = 0.11, Yellow = 0.67 and Black (K on CMYK) = 0.2.

Color convert

RGB20418168-
CMYK00.110.670.2
HSL49.85º57.14%53.33%-
HSV(B)49.85º66.67%80%-
XYZ42.4746.312.17-
YUV17567.62148.69-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 181 (71.09% from 255) = 39.96%
BLUE value IS 68 (26.95% from 255) = 15.01%
R=45.03%
G=39.96%
B=15.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.67
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041816800.110.670.249.8557.1453.33
HexCCB5440B4314323935
Octal31426510401310324627165
Binary1100110010110101100010001011100001110100110010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB544; }

 p { color: rgb(204,181,68); }

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

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

 a { background-color: rgb(204,181,68); }

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

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

 span { border-color: rgb(204,181,68); }

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