#CCB528

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

Shades of Old Gold #CCB528

Tints of Old Gold #CCB528

Color information

#CCB528 (or 0xCCB528) is unknown color: approx Old Gold. HEX triplet: CC, B5 and 28. RGB value is (204,181,40). Sum of RGB (Red+Green+Blue) = 204+181+40=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 181 (71.09% from 255 or 42.59% from 425); Blue value is 40 (16.02% from 255 or 9.41% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB528 is #334AD7. Grayscale: #ACACAC. Windows color (decimal): -3361496 or 2667980. OLE color: 2667980.

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

Color convert

RGB20418140-
CMYK00.110.800.2
HSL51.59º67.21%47.84%-
HSV(B)51.59º80.39%80%-
XYZ41.8146.048.69-
YUV171.853.62150.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 48%
GREEN value IS 181 (71.09% from 255) = 42.59%
BLUE value IS 40 (16.02% from 255) = 9.41%
R=48%
G=42.59%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.80
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041814000.110.800.251.5967.2147.84
HexCCB5280B5014344330
Octal31426550013120246410360
Binary1100110010110101101000010111010000101001101001000011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB528; }

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

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

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

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

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

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

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

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