#CCB833

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

Shades of Old Gold #CCB833

Tints of Old Gold #CCB833

Color information

#CCB833 (or 0xCCB833) is unknown color: approx Old Gold. HEX triplet: CC, B8 and 33. RGB value is (204,184,51). Sum of RGB (Red+Green+Blue) = 204+184+51=439 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.47% from 439); Green value is 184 (72.27% from 255 or 41.91% from 439); Blue value is 51 (20.31% from 255 or 11.62% from 439); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB833 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB833 is #3347CC. Grayscale: #AFAFAF. Windows color (decimal): -3360717 or 3389644. OLE color: 3389644.

HSL color Cylindrical-coordinate representation of color #CCB833: hue angle of 52.16º 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 #CCB833 is Cyan = 0, Magento = 0.10, Yellow = 0.75 and Black (K on CMYK) = 0.2.

Color convert

RGB20418451-
CMYK00.100.750.2
HSL52.16º60%50%-
HSV(B)52.16º75%80%-
XYZ42.6447.3610.03-
YUV174.8258.13148.81-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.47%
GREEN value IS 184 (72.27% from 255) = 41.91%
BLUE value IS 51 (20.31% from 255) = 11.62%
R=46.47%
G=41.91%
B=11.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.75
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041845100.100.750.252.166050
HexCCB8330A4B14343c32
Octal3142706301211324647462
Binary110011001011100011001101010100101110100110100111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB833; }

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

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

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

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

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

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

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

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