#CCB933

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

Shades of Old Gold #CCB933

Tints of Old Gold #CCB933

Color information

#CCB933 (or 0xCCB933) is unknown color: approx Old Gold. HEX triplet: CC, B9 and 33. RGB value is (204,185,51). Sum of RGB (Red+Green+Blue) = 204+185+51=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 185 (72.66% from 255 or 42.05% from 440); Blue value is 51 (20.31% from 255 or 11.59% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB933 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB933 is #3346CC. Grayscale: #AFAFAF. Windows color (decimal): -3360461 or 3389900. OLE color: 3389900.

HSL color Cylindrical-coordinate representation of color #CCB933: hue angle of 52.55º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CCB933 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20418551-
CMYK00.090.750.2
HSL52.55º60%50%-
HSV(B)52.55º75%80%-
XYZ42.8547.7710.09-
YUV175.457.79148.4-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 185 (72.66% from 255) = 42.05%
BLUE value IS 51 (20.31% from 255) = 11.59%
R=46.36%
G=42.05%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041855100.090.750.252.556050
HexCCB933094B14353c32
Octal3142716301111324657462
Binary110011001011100111001101001100101110100110101111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB933; }

 p { color: rgb(204,185,51); }

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

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

 a { background-color: rgb(204,185,51); }

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

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

 span { border-color: rgb(204,185,51); }

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