#CCB438

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

Shades of Old Gold #CCB438

Tints of Old Gold #CCB438

Color information

#CCB438 (or 0xCCB438) is unknown color: approx Old Gold. HEX triplet: CC, B4 and 38. RGB value is (204,180,56). Sum of RGB (Red+Green+Blue) = 204+180+56=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB438 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CCB438 is #334BC7. Grayscale: #ADADAD. Windows color (decimal): -3361736 or 3716300. OLE color: 3716300.

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

Color convert

RGB20418056-
CMYK00.120.730.2
HSL50.27º59.2%50.98%-
HSV(B)50.27º72.55%80%-
XYZ41.9445.7710.36-
YUV173.0461.95150.08-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.36%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 56 (22.27% from 255) = 12.73%
R=46.36%
G=40.91%
B=12.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.73
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041805600.120.730.250.2759.250.98
HexCCB4380C4914323b33
Octal3142647001411124627363
Binary110011001011010011100001100100100110100110010111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB438; }

 p { color: rgb(204,180,56); }

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

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

 a { background-color: rgb(204,180,56); }

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

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

 span { border-color: rgb(204,180,56); }

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