#CCB641

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

Shades of Old Gold #CCB641

Tints of Old Gold #CCB641

Color information

#CCB641 (or 0xCCB641) is unknown color: approx Old Gold. HEX triplet: CC, B6 and 41. RGB value is (204,182,65). Sum of RGB (Red+Green+Blue) = 204+182+65=451 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.23% from 451); Green value is 182 (71.48% from 255 or 40.35% from 451); Blue value is 65 (25.78% from 255 or 14.41% from 451); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB641 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB641 is #3349BE. Grayscale: #AFAFAF. Windows color (decimal): -3361215 or 4306636. OLE color: 4306636.

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

Color convert

RGB20418265-
CMYK00.110.680.2
HSL50.5º57.68%52.75%-
HSV(B)50.5º68.14%80%-
XYZ42.5846.6711.77-
YUV175.2465.79148.51-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.23%
GREEN value IS 182 (71.48% from 255) = 40.35%
BLUE value IS 65 (25.78% from 255) = 14.41%
R=45.23%
G=40.35%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041826500.110.680.250.557.6852.75
HexCCB6410B4414333a35
Octal31426610101310424637265
Binary1100110010110110100000101011100010010100110011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB641; }

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

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

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

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

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

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

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

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