#CCB23B

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

Shades of Old Gold #CCB23B

Tints of Old Gold #CCB23B

Color information

#CCB23B (or 0xCCB23B) is unknown color: approx Old Gold. HEX triplet: CC, B2 and 3B. RGB value is (204,178,59). Sum of RGB (Red+Green+Blue) = 204+178+59=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CCB23B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CCB23B is #334DC4. Grayscale: #ACACAC. Windows color (decimal): -3362245 or 3912396. OLE color: 3912396.

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

Color convert

RGB20417859-
CMYK00.130.710.2
HSL49.24º58.7%51.57%-
HSV(B)49.24º71.08%80%-
XYZ41.6144.9910.63-
YUV172.2164.11150.68-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 46.26%
GREEN value IS 178 (69.92% from 255) = 40.36%
BLUE value IS 59 (23.44% from 255) = 13.38%
R=46.26%
G=40.36%
B=13.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.71
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041785900.130.710.249.2458.751.57
HexCCB23B0D4714313b34
Octal3142627301510724617364
Binary110011001011001011101101101100011110100110001111011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCB23B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCB23B; }

 p { color: rgb(204,178,59); }

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

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

 a { background-color: rgb(204,178,59); }

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

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

 span { border-color: rgb(204,178,59); }

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