#CCB848

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

Shades of Old Gold #CCB848

Tints of Old Gold #CCB848

Color information

#CCB848 (or 0xCCB848) is unknown color: approx Old Gold. HEX triplet: CC, B8 and 48. RGB value is (204,184,72). Sum of RGB (Red+Green+Blue) = 204+184+72=460 (60% of max value = 765). Red value is 204 (80.08% from 255 or 44.35% from 460); Green value is 184 (72.27% from 255 or 40% from 460); Blue value is 72 (28.52% from 255 or 15.65% from 460); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB848 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB848 is #3347B7. Grayscale: #B1B1B1. Windows color (decimal): -3360696 or 4765900. OLE color: 4765900.

HSL color Cylindrical-coordinate representation of color #CCB848: hue angle of 50.91º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CCB848 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.2.

Color convert

RGB20418472-
CMYK00.100.650.2
HSL50.91º56.41%54.12%-
HSV(B)50.91º64.71%80%-
XYZ43.2147.5913.04-
YUV177.2168.63147.11-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 44.35%
GREEN value IS 184 (72.27% from 255) = 40%
BLUE value IS 72 (28.52% from 255) = 15.65%
R=44.35%
G=40%
B=15.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.65
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041847200.100.650.250.9156.4154.12
HexCCB8480A4114333836
Octal31427011001210124637066
Binary1100110010111000100100001010100000110100110011111000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB848; }

 p { color: rgb(204,184,72); }

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

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

 a { background-color: rgb(204,184,72); }

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

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

 span { border-color: rgb(204,184,72); }

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