#CCB639

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

Shades of Old Gold #CCB639

Tints of Old Gold #CCB639

Color information

#CCB639 (or 0xCCB639) is unknown color: approx Old Gold. HEX triplet: CC, B6 and 39. RGB value is (204,182,57). Sum of RGB (Red+Green+Blue) = 204+182+57=443 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.05% from 443); Green value is 182 (71.48% from 255 or 41.08% from 443); Blue value is 57 (22.66% from 255 or 12.87% from 443); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB639 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB639 is #3349C6. Grayscale: #AEAEAE. Windows color (decimal): -3361223 or 3782348. OLE color: 3782348.

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

Color convert

RGB20418257-
CMYK00.110.720.2
HSL51.02º59.04%51.18%-
HSV(B)51.02º72.06%80%-
XYZ42.3746.5910.63-
YUV174.3361.79149.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.05%
GREEN value IS 182 (71.48% from 255) = 41.08%
BLUE value IS 57 (22.66% from 255) = 12.87%
R=46.05%
G=41.08%
B=12.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041825700.110.720.251.0259.0451.18
HexCCB6390B4814333b33
Octal3142667101311024637363
Binary110011001011011011100101011100100010100110011111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB639

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB639; }

 p { color: rgb(204,182,57); }

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

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

 a { background-color: rgb(204,182,57); }

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

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

 span { border-color: rgb(204,182,57); }

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