#ccb742

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

Shades of Old Gold #CCB742

Tints of Old Gold #CCB742

Color information

#CCB742 (or 0xCCB742) is unknown color: approx Old Gold. HEX triplet: CC, B7 and 42. RGB value is (204,183,66). Sum of RGB (Red+Green+Blue) = 204+183+66=453 (60% of max value = 765). Red value is 204 (80.08% from 255 or 45.03% from 453); Green value is 183 (71.88% from 255 or 40.40% from 453); Blue value is 66 (26.17% from 255 or 14.57% from 453); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB742 is #3348BD. Grayscale: #B0B0B0. Windows color (decimal): -3360958 or 4372428. OLE color: 4372428.

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

Color convert

RGB20418366-
CMYK00.100.680.2
HSL50.87º57.5%52.94%-
HSV(B)50.87º67.65%80%-
XYZ42.8247.111.99-
YUV175.9465.96148.01-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 45.03%
GREEN value IS 183 (71.88% from 255) = 40.40%
BLUE value IS 66 (26.17% from 255) = 14.57%
R=45.03%
G=40.40%
B=14.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.68
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041836600.100.680.250.8757.552.94
HexCCB7420A4414333a35
Octal31426710201210424637265
Binary1100110010110111100001001010100010010100110011111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ccb742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ccb742; }

 p { color: rgb(204,183,66); }

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

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

 a { background-color: rgb(204,183,66); }

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

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

 span { border-color: rgb(204,183,66); }

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